Author: nbd Date: 2016-01-05 13:15:41 +0100 (Tue, 05 Jan 2016) New Revision: 48135
Modified: trunk/package/utils/bzip2/Makefile Log: bzip2: only build the static library for the host, fixes build errors on mac os x Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/utils/bzip2/Makefile =================================================================== --- trunk/package/utils/bzip2/Makefile 2016-01-05 11:01:00 UTC (rev 48134) +++ trunk/package/utils/bzip2/Makefile 2016-01-05 12:15:41 UTC (rev 48135) @@ -89,7 +89,6 @@ $(HOST_LDFLAGS) HOST_MAKE_FLAGS+= \ - -f Makefile-libbz2_so \ CFLAGS="$(HOST_CFLAGS)" \ all _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
