mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
12 lines
197 B
Diff
12 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
|