mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
aircrack-ng: don't drop TARGET_LDFLAGS
Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -20,7 +20,7 @@ else
|
||||
AIRCRACK_NG_MAKE_OPTS = sqlite=false
|
||||
endif
|
||||
|
||||
AIRCRACK_NG_LDFLAGS = -lz \
|
||||
AIRCRACK_NG_LDFLAGS = $(TARGET_LDFLAGS) -lz \
|
||||
$(if $(BR2_PREFER_STATIC_LIB),-ldl -lpthread)
|
||||
|
||||
define AIRCRACK_NG_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user