Author: nbd Date: 2016-01-09 00:18:22 +0100 (Sat, 09 Jan 2016) New Revision: 48158
Modified: trunk/include/toplevel.mk Log: build: prevent host default LDFLAGS from leaking into packages Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/include/toplevel.mk =================================================================== --- trunk/include/toplevel.mk 2016-01-08 23:18:18 UTC (rev 48157) +++ trunk/include/toplevel.mk 2016-01-08 23:18:22 UTC (rev 48158) @@ -38,6 +38,7 @@ # make sure that a predefined CFLAGS variable does not disturb packages export CFLAGS= +export LDFLAGS= empty:= space:= $(empty) $(empty) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
