From 5170f5c85fe0e84fe8af55c6a024c7b6e844b0f1 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 28 May 2022 19:37:22 +0100 Subject: fixed packages --- repo/system/iniparser/rpath.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repo/system/iniparser/rpath.patch (limited to 'repo/system/iniparser/rpath.patch') diff --git a/repo/system/iniparser/rpath.patch b/repo/system/iniparser/rpath.patch new file mode 100644 index 0000000..ef7097f --- /dev/null +++ b/repo/system/iniparser/rpath.patch @@ -0,0 +1,10 @@ +--- 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 + + # .so.0 is for version 3.x, .so.1 is 4.x + SO_TARGET ?= libiniparser.so.1 -- cgit v1.2.1