aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-tar/enable-pic.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-04-02 11:12:48 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-02 11:12:48 +0000
commitc94aa06b1a7d3e1aeeec3067bad4fdb5ecdf3ba7 (patch)
tree5a57603277ad7027ea8c94a637a972941991a762 /testing/lua-tar/enable-pic.patch
parentadebfedd0063d445a70e247428a5f0bccbcbb352 (diff)
downloadaports-c94aa06b1a7d3e1aeeec3067bad4fdb5ecdf3ba7.tar.bz2
aports-c94aa06b1a7d3e1aeeec3067bad4fdb5ecdf3ba7.tar.xz
testing/lua-tar: new aport
Diffstat (limited to 'testing/lua-tar/enable-pic.patch')
-rw-r--r--testing/lua-tar/enable-pic.patch11
1 files changed, 11 insertions, 0 deletions
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