diff options
author | TBK <tbk@jjtc.dk> | 2018-03-22 07:39:39 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-26 18:32:44 +0000 |
commit | d35888a50f92b2bad7e830fe29e41d217ef75a49 (patch) | |
tree | 7b8ae7f0465c8527562a9e8cc6c1b9e9883e5dee /main/iniparser/rpath.patch | |
parent | df0131d3a596ed333f9075c544b6b99504917683 (diff) | |
download | aports-d35888a50f92b2bad7e830fe29e41d217ef75a49.tar.bz2 aports-d35888a50f92b2bad7e830fe29e41d217ef75a49.tar.xz |
main/iniparser: upgrade to 4.1
Diffstat (limited to 'main/iniparser/rpath.patch')
-rw-r--r-- | main/iniparser/rpath.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/iniparser/rpath.patch b/main/iniparser/rpath.patch index eafa5d450a..ef7097fbea 100644 --- a/main/iniparser/rpath.patch +++ b/main/iniparser/rpath.patch @@ -1,10 +1,10 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -18,7 +18,6 @@ +--- a/Makefile ++++ b/Makefile +@@ -21,7 +21,6 @@ SHLD = ${CC} ${CFLAGS} LDSHFLAGS = -shared -Wl,-Bsymbolic -LDFLAGS += -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib - # Set RANLIB to ranlib on systems that require it (Sun OS < 4, Mac OSX) - # RANLIB = ranlib + # .so.0 is for version 3.x, .so.1 is 4.x + SO_TARGET ?= libiniparser.so.1 |