build: prevent host default LDFLAGS from leaking into packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48158
This commit is contained in:
parent
7dfbac8073
commit
c390359418
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ unexport LPATH
|
|||
|
||||
# make sure that a predefined CFLAGS variable does not disturb packages
|
||||
export CFLAGS=
|
||||
export LDFLAGS=
|
||||
|
||||
empty:=
|
||||
space:= $(empty) $(empty)
|
||||
|
|
Loading…
Reference in a new issue