From: Florian Fainelli Date: Tue, 14 Jul 2009 00:28:24 +0000 (+0000) Subject: [package] do not link bmxd statically (#5501) X-Git-Url: http://git.ozo.com/?p=lede-routing%2F.git;a=commitdiff_plain;h=5d8cb1567a88409084f8e806bee6bf6d03abc154 [package] do not link bmxd statically (#5501) git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/bmxd@16834 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/patches/001-makefile-fix.patch b/patches/001-makefile-fix.patch index 2c47db4..cf18493 100644 --- a/patches/001-makefile-fix.patch +++ b/patches/001-makefile-fix.patch @@ -1,6 +1,6 @@ -diff -urb bmxd-r1042.orig/Makefile bmxd-r1042/Makefile ---- bmxd-r1042.orig/Makefile 2008-05-08 00:07:50.000000000 +0200 -+++ bmxd-r1042/Makefile 2008-05-08 00:07:16.000000000 +0200 +diff -urN bmxd-r1075/Makefile bmxd-r1075.new/Makefile +--- bmxd-r1075/Makefile 2008-08-04 20:10:56.000000000 +0200 ++++ bmxd-r1075.new/Makefile 2009-07-14 02:28:16.000000000 +0200 @@ -19,11 +19,15 @@ # CC = gcc @@ -15,7 +15,14 @@ diff -urb bmxd-r1042.orig/Makefile bmxd-r1042/Makefile -LDFLAGS = -lpthread -static -g -pg +# JoW: "-pg" results in "gcrt1.o: No such file" ?! +#LDFLAGS = -lpthread -static -g -pg -+LDFLAGS = -lpthread -static -g ++LDFLAGS = -lpthread -g #STRIP= strip +@@ -80,4 +84,4 @@ + rm -f $(BINARY_NAME) *.o + + clean-all: +- rm -rf $(PACKAGE_NAME)_* dl/* +\ No newline at end of file ++ rm -rf $(PACKAGE_NAME)_* dl/*