From c94aa06b1a7d3e1aeeec3067bad4fdb5ecdf3ba7 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 2 Apr 2015 11:12:48 +0000 Subject: testing/lua-tar: new aport --- testing/lua-tar/enable-pic.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/lua-tar/enable-pic.patch (limited to 'testing/lua-tar/enable-pic.patch') diff --git a/testing/lua-tar/enable-pic.patch b/testing/lua-tar/enable-pic.patch new file mode 100644 index 0000000000..ab234e2cea --- /dev/null +++ b/testing/lua-tar/enable-pic.patch @@ -0,0 +1,11 @@ +--- a/Makefile.orig ++++ b/Makefile +@@ -13,7 +13,7 @@ + DEPS = $(SRCS:.c=.d) + + CC = gcc +-CFLAGS = -O2 -Wall ++CFLAGS = -O2 -Wall -fPIC + LDFLAGS = -s + LIBS = + DLEXT = so -- cgit v1.2.3