remove special treatment when using glibc - support got dropped
[openwrt/staging/florian.git] / package / hotplug2 / Makefile
index a003622b0858ec2c081ae39f2efa3281a5e7aef0..e8483ddc7e906331874334aefc552d18c33d71bd 100644 (file)
@@ -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