diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 22:24:16 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 22:24:16 +0000 |
commit | 232b7aa65ba1c274fa2063680882a0f73731fcdd (patch) | |
tree | 7acacd77ea53e91785c7f2b3e3e04c6a5a15a8a5 /package/hotplug2/Makefile | |
parent | 334fd4199b94bddd3b17eaa93668e9f04f004ee0 (diff) | |
download | upstream-232b7aa65ba1c274fa2063680882a0f73731fcdd.tar.gz upstream-232b7aa65ba1c274fa2063680882a0f73731fcdd.tar.bz2 upstream-232b7aa65ba1c274fa2063680882a0f73731fcdd.zip |
remove special treatment when using glibc - support got dropped
SVN-Revision: 31504
Diffstat (limited to 'package/hotplug2/Makefile')
-rw-r--r-- | package/hotplug2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile index a003622b08..e8483ddc7e 100644 --- a/package/hotplug2/Makefile +++ b/package/hotplug2/Makefile @@ -45,7 +45,7 @@ MAKE_FLAGS += \ COPTS="$(TARGET_CFLAGS)" \ STATIC_WORKER="fork" -ifneq ($(CONFIG_USE_EGLIBC)$(CONFIG_USE_GLIBC),) +ifneq ($(CONFIG_USE_EGLIBC),) TARGET_LDFLAGS += -lbsd endif |