mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
11 lines
197 B
Diff
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
|