From: nbd Date: Mon, 24 Feb 2014 15:03:06 +0000 (+0000) Subject: hostapd: link against librt if eglibc is used X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ca2185dc4be60657a9073c2cb14de0d3f109c41d hostapd: link against librt if eglibc is used Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39741 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile index f00472ac53..7070afd6ef 100644 --- a/package/network/services/hostapd/Makefile +++ b/package/network/services/hostapd/Makefile @@ -86,6 +86,10 @@ ifneq ($(LOCAL_TYPE),hostapd) CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch) endif +ifdef CONFIG_USE_EGLIBC + TARGET_LDFLAGS += -lrt +endif + DRV_DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny @(!TARGET_avr32||BROKEN) define Package/hostapd/Default