summaryrefslogtreecommitdiff
path: root/package/busybox/patches/009-extra-flags.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-12 16:18:39 +0200
commita8fcbeb4ae4503c85ccc0c7d646ae88f6fa0e66e (patch)
tree19a8aec53eacc81a6a6e63cc86dc0d946086ef07 /package/busybox/patches/009-extra-flags.patch
parenta222d6dbd80ab5fba31081fc9bea5f67b941d94f (diff)
parentf04227421063498a88707c43ec80b2b70d9b8d83 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox/patches/009-extra-flags.patch')
-rw-r--r--package/busybox/patches/009-extra-flags.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/package/busybox/patches/009-extra-flags.patch b/package/busybox/patches/009-extra-flags.patch
index f440d4380..00671a0f4 100644
--- a/package/busybox/patches/009-extra-flags.patch
+++ b/package/busybox/patches/009-extra-flags.patch
@@ -1,7 +1,7 @@
-diff -Nur busybox-1.19.4.orig/Makefile busybox-1.19.4/Makefile
---- busybox-1.19.4.orig/Makefile 2012-02-04 20:34:24.000000000 +0100
-+++ busybox-1.19.4/Makefile 2012-03-22 19:17:49.099007985 +0100
-@@ -318,10 +318,10 @@
+diff -Nur busybox-1.20.2.orig/Makefile busybox-1.20.2/Makefile
+--- busybox-1.20.2.orig/Makefile 2012-07-02 16:20:27.000000000 +0200
++++ busybox-1.20.2/Makefile 2013-08-12 13:36:00.000000000 +0200
+@@ -318,10 +318,9 @@
CFLAGS := $(CFLAGS)
# Added only to final link stage of busybox binary
CFLAGS_busybox := $(CFLAGS_busybox)
@@ -11,7 +11,6 @@ diff -Nur busybox-1.19.4.orig/Makefile busybox-1.19.4/Makefile
-LDFLAGS := $(LDFLAGS)
-LDLIBS :=
+LDFLAGS := $(LDFLAGS) $(EXTRA_LDFLAGS)
-+LDLIBS := tirpc
# Read KERNELRELEASE from .kernelrelease (if it exists)
KERNELRELEASE = $(shell cat .kernelrelease 2> /dev/null)