summaryrefslogtreecommitdiffstats
path: root/iniparser/build/iniparser_makefile.patch
blob: ab714364acb1edd1ffc2cb08b98538b1cf6a2c2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- iniparser.orig/Makefile
+++ iniparser/Makefile
@@ -11,8 +12,8 @@ AR	    = ar
 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