mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 14:00:45 -04:00
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
$NetBSD: patch-src_Makefile,v 1.3 2015/08/23 14:40:57 khorben Exp $
|
|
|
|
Always force -fPIC when compiling library code
|
|
|
|
--- src/Makefile.orig 2015-08-10 23:56:33.000000000 +0000
|
|
+++ src/Makefile
|
|
@@ -6,8 +6,8 @@ LIBDIR = $(PREFIX)/lib
|
|
CC = cc
|
|
CPPFLAGSF= -I ../include
|
|
CPPFLAGS=
|
|
-CFLAGSF =
|
|
-CFLAGS = -W -Wall -g -O2 -pedantic -fPIC -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
|
+CFLAGSF = -fPIC
|
|
+CFLAGS = -W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
|
LDFLAGSF=
|
|
AR = ar
|
|
RANLIB = ranlib
|