summaryrefslogtreecommitdiffstats
path: root/testing/iniparser/rpath.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-31 10:15:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-31 11:47:35 +0000
commitb36ef94fcd95bbd2b726192cc5d1e35a5e263584 (patch)
tree48bc1011b0ed77ab3015a5bc976b6e22c44fc3b8 /testing/iniparser/rpath.patch
parent8ae206c7e6c7a4f7a79b5d7ab60335cb34e1eb50 (diff)
downloadaports-b36ef94fcd95bbd2b726192cc5d1e35a5e263584.tar.bz2
aports-b36ef94fcd95bbd2b726192cc5d1e35a5e263584.tar.xz
testing/iniparser: new aport
C library for parsing INI-style files http://ndevilla.free.fr/iniparser/
Diffstat (limited to 'testing/iniparser/rpath.patch')
-rw-r--r--testing/iniparser/rpath.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/iniparser/rpath.patch b/testing/iniparser/rpath.patch
new file mode 100644
index 000000000..2f6e25c6d
--- /dev/null
+++ b/testing/iniparser/rpath.patch
@@ -0,0 +1,13 @@
+--- ./Makefile.orig 2013-10-31 10:10:47.200997664 +0000
++++ ./Makefile 2013-10-31 10:13:18.609360807 +0000
+@@ -11,8 +11,8 @@
+ ARFLAGS = rcv
+
+ SHLD = ${CC} ${CFLAGS}
+-LDSHFLAGS = -shared -Wl,-Bsymbolic -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
+-LDFLAGS = -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
++LDSHFLAGS = -shared -Wl,-Bsymbolic
++LDFLAGS =
+
+ # Set RANLIB to ranlib on systems that require it (Sun OS < 4, Mac OSX)
+ # RANLIB = ranlib