diff options
author | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 22:24:16 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2012-04-28 22:24:16 +0000 |
commit | 893dfb755155f421f2897dd667af3f4dc7913cab (patch) | |
tree | 68faf13c77c7d165abbd4f8f49c2fba375c53f63 /package/hotplug2/Makefile | |
parent | 3b19d53edd512d871709f3a3c39b7c7c9d0f8f03 (diff) | |
download | master-187ad058-893dfb755155f421f2897dd667af3f4dc7913cab.tar.gz master-187ad058-893dfb755155f421f2897dd667af3f4dc7913cab.tar.bz2 master-187ad058-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/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 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 |