summaryrefslogtreecommitdiff
path: root/package/bzip2/patches/patch-Makefile-libbz2_so
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-13 21:54:13 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2014-01-13 21:54:13 +0100
commita07917a27a75e9932d39e2527e9e8fa6a748a017 (patch)
treed664d89e25df31abbc0918f455e8cc59fce0d45f /package/bzip2/patches/patch-Makefile-libbz2_so
parent1faa47b607997998c71b130711524c27e310c162 (diff)
fix cross-compile on Darwin (again)
Diffstat (limited to 'package/bzip2/patches/patch-Makefile-libbz2_so')
-rw-r--r--package/bzip2/patches/patch-Makefile-libbz2_so11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/bzip2/patches/patch-Makefile-libbz2_so b/package/bzip2/patches/patch-Makefile-libbz2_so
index 9948469c8..148c7562a 100644
--- a/package/bzip2/patches/patch-Makefile-libbz2_so
+++ b/package/bzip2/patches/patch-Makefile-libbz2_so
@@ -1,6 +1,6 @@
--- bzip2-1.0.6.orig/Makefile-libbz2_so 2010-09-11 01:07:52.000000000 +0200
-+++ bzip2-1.0.6/Makefile-libbz2_so 2014-01-13 14:31:10.000000000 +0100
-@@ -21,10 +21,17 @@
++++ bzip2-1.0.6/Makefile-libbz2_so 2014-01-13 21:51:20.000000000 +0100
+@@ -21,10 +21,18 @@
# ------------------------------------------------------------------
@@ -13,15 +13,16 @@
+CFLAGS?=
+CFLAGS+=-fpic -fPIC -Wall -Winline $(BIGFILES)
+OS=$(shell uname)
++LDOPT=-soname
++ifneq ($(CROSS_COMPILE),1)
+ifeq ($(OS),Darwin)
+LDOPT=-install_name
-+else
-+LDOPT=-soname
++endif
+endif
OBJS= blocksort.o \
huffman.o \
-@@ -35,7 +42,7 @@ OBJS= blocksort.o \
+@@ -35,7 +43,7 @@ OBJS= blocksort.o \
bzlib.o
all: $(OBJS)