From 6c0bc69bf6e1089ef0d1e76a34ad18d3d4283de8 Mon Sep 17 00:00:00 2001 From: mirko Date: Sat, 28 Apr 2012 22:24:16 +0000 Subject: [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 --- 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 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 -- cgit v1.2.3