X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhotplug2%2Fpatches%2F110-static_worker.patch;h=3a5181f74de9f2987dc2c87b418a43dfcadcba66;hb=02a726fb36058bb9f4de24e05314062e0dc126ce;hp=bca4aace7c102ad04bbb2672d42d50e3af385cb5;hpb=89410e0364c63ae492356390a659d0f4ee477f09;p=openwrt-10.03%2F.git diff --git a/package/hotplug2/patches/110-static_worker.patch b/package/hotplug2/patches/110-static_worker.patch index bca4aace7..3a5181f74 100644 --- a/package/hotplug2/patches/110-static_worker.patch +++ b/package/hotplug2/patches/110-static_worker.patch @@ -1,6 +1,5 @@ -diff -Naur a/common.mak b/common.mak ---- a/common.mak 2009-11-18 13:15:21.000000000 +0000 -+++ b/common.mak 2009-11-18 13:25:18.000000000 +0000 +--- a/common.mak ++++ b/common.mak @@ -1,7 +1,7 @@ # vim:set sw=8 nosta: @@ -10,10 +9,9 @@ diff -Naur a/common.mak b/common.mak CFLAGS=$(COPTS) FPIC=-fPIC -diff -Naur a/Makefile b/Makefile ---- a/Makefile 2009-11-18 13:15:21.000000000 +0000 -+++ b/Makefile 2009-11-18 13:25:18.000000000 +0000 -@@ -40,5 +40,6 @@ +--- a/Makefile ++++ b/Makefile +@@ -40,5 +40,6 @@ ifdef STATIC_WORKER CFLAGS += -DSTATIC_WORKER=1 else CFLAGS += $(FPIC)