From 232b7aa65ba1c274fa2063680882a0f73731fcdd Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 28 Apr 2012 22:24:16 +0000 Subject: remove special treatment when using glibc - support got dropped SVN-Revision: 31504 --- package/hotplug2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/hotplug2') 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 -- cgit v1.2.3