diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-28 22:24:16 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-28 22:24:16 +0000 |
commit | 6c0bc69bf6e1089ef0d1e76a34ad18d3d4283de8 (patch) | |
tree | 68faf13c77c7d165abbd4f8f49c2fba375c53f63 /package/hotplug2/Makefile | |
parent | 875ce0bf503b6b8b2cf35b39a1b2776aee118645 (diff) |
[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/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 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 |