From de45c75915c855ad680dca15565c0301b869c426 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 20 Oct 2009 20:59:40 +0000 Subject: hotplug2: get rid of the unnecessary reference to libdl as well git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18106 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hotplug2/patches/110-static_worker.patch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'package/hotplug2') diff --git a/package/hotplug2/patches/110-static_worker.patch b/package/hotplug2/patches/110-static_worker.patch index 76471d59c..453a52d54 100644 --- a/package/hotplug2/patches/110-static_worker.patch +++ b/package/hotplug2/patches/110-static_worker.patch @@ -26,7 +26,7 @@ DESTDIR= -@@ -13,13 +30,15 @@ all: $(BINS) +@@ -13,13 +30,16 @@ all: $(BINS) install: $(INSTALL_BIN) $(BINS) $(DESTDIR)/sbin/ @@ -46,23 +46,24 @@ + CFLAGS += -DSTATIC_WORKER=1 +else + CFLAGS += $(FPIC) ++ LDFLAGS += -ldl +endif + --- a/common.mak +++ b/common.mak -@@ -1,8 +1,11 @@ +@@ -1,7 +1,10 @@ # vim:set sw=8 nosta: -CFLAGS=-Os -Wall -g -fPIC +-LDFLAGS=-g -ldl +COPTS=-Os -Wall -g - LDFLAGS=-g -ldl - ++LDFLAGS=-g ++ +CFLAGS=$(COPTS) +FPIC=-fPIC -+ + INSTALL=install -c -m 644 INSTALL_BIN=install -c -m 755 - --- a/workers/loader.c +++ b/workers/loader.c @@ -1,5 +1,23 @@ -- cgit v1.2.3