1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/lua-tar/enable-pic.patch
2015-04-02 11:12:48 +00:00

11 lines
197 B
Diff

--- 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