summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-03-16 12:25:06 +0000
committerNicolas Thill <nico@openwrt.org>2015-03-16 12:25:06 +0000
commit4b382a440b0a7cbddeddd5dafa24be7eca3cd628 (patch)
treed2220eee775ac541f4ba4df5a39f7104e9380018 /package/network/services/hostapd/Makefile
parent81e51681e73490040842b96ac0250cde6c5a102a (diff)
downloadmaster-31e0f0ae-4b382a440b0a7cbddeddd5dafa24be7eca3cd628.tar.gz
master-31e0f0ae-4b382a440b0a7cbddeddd5dafa24be7eca3cd628.tar.bz2
master-31e0f0ae-4b382a440b0a7cbddeddd5dafa24be7eca3cd628.zip
packages: some (e)glibc fixes after r44701
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44842
Diffstat (limited to 'package/network/services/hostapd/Makefile')
-rw-r--r--package/network/services/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index d1bbab86e7..eeba02802a 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -89,7 +89,7 @@ ifneq ($(LOCAL_TYPE),hostapd)
CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch)
endif
-ifdef CONFIG_USE_EGLIBC
+ifdef CONFIG_USE_GLIBC
TARGET_LDFLAGS += -lrt
TARGET_LDFLAGS_C += -lrt
endif