aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2012-04-28 22:24:16 +0000
committerMirko Vogt <mirko@openwrt.org>2012-04-28 22:24:16 +0000
commit893dfb755155f421f2897dd667af3f4dc7913cab (patch)
tree68faf13c77c7d165abbd4f8f49c2fba375c53f63 /package/hotplug2
parent3b19d53edd512d871709f3a3c39b7c7c9d0f8f03 (diff)
downloadupstream-893dfb755155f421f2897dd667af3f4dc7913cab.tar.gz
upstream-893dfb755155f421f2897dd667af3f4dc7913cab.tar.bz2
upstream-893dfb755155f421f2897dd667af3f4dc7913cab.zip
[package/*] remove special treatment when using glibc - support got dropped
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2')
-rw-r--r--package/hotplug2/Makefile2
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