diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-02 11:12:48 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-02 11:12:48 +0000 |
commit | c94aa06b1a7d3e1aeeec3067bad4fdb5ecdf3ba7 (patch) | |
tree | 5a57603277ad7027ea8c94a637a972941991a762 /testing/lua-tar/enable-pic.patch | |
parent | adebfedd0063d445a70e247428a5f0bccbcbb352 (diff) | |
download | aports-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.patch | 11 |
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 |