diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-16 03:11:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-16 03:11:39 +0000 |
commit | 2ac720bef688d77131e917017ea6031b6c8364f9 (patch) | |
tree | 5503939fc5ab8512f03d7322844984df061391bf /package | |
parent | 47fa8e618dc4c168f04f5f55d926515aa2a5c569 (diff) | |
download | upstream-2ac720bef688d77131e917017ea6031b6c8364f9.tar.gz upstream-2ac720bef688d77131e917017ea6031b6c8364f9.tar.bz2 upstream-2ac720bef688d77131e917017ea6031b6c8364f9.zip |
use the static version of libnl for hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9562 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index d7910737b6..34dbfe2f6f 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -82,7 +82,7 @@ define Build/CompileTarget $(MAKE) -C $(PKG_BUILD_DIR)/hostapd.$(1) \ $(TARGET_CONFIGURE_OPTS) \ LIBS="$(TARGET_LDFLAGS) -L$(STAGING_DIR)/usr/lib \ - $(if $(wildcard $(STAGING_DIR)/usr/include/mac80211/*),-lnl)" \ + $(if $(wildcard $(STAGING_DIR)/usr/include/mac80211/*),-lm $(STAGING_DIR)/usr/lib/libnl.a)" \ hostapd hostapd_cli $(CP) $(PKG_BUILD_DIR)/hostapd.$(1)/hostapd_cli $(PKG_BUILD_DIR)/ endef |