diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 18:57:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-01 08:42:42 +0000 |
commit | 8fb9e478be9d2a8a7c96e992d5e0a0a53092fc26 (patch) | |
tree | 5cf5b3ce55c5897344727055305e334d2d6f8102 /main/iniparser/rpath.patch | |
parent | bf575521c7085a32c0781f4668bcfdfdc0397046 (diff) | |
download | aports-8fb9e478be9d2a8a7c96e992d5e0a0a53092fc26.tar.bz2 aports-8fb9e478be9d2a8a7c96e992d5e0a0a53092fc26.tar.xz |
main/iniparser: moved from testing
Diffstat (limited to 'main/iniparser/rpath.patch')
-rw-r--r-- | main/iniparser/rpath.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/iniparser/rpath.patch b/main/iniparser/rpath.patch new file mode 100644 index 0000000000..2f6e25c6d1 --- /dev/null +++ b/main/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 |