summaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
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 a003622b0..e8483ddc7 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