From cfc79fd0f796d3b6f9133def44ae79e10c2a0fd4 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Sat, 23 Feb 2013 17:27:29 -0800 Subject: build: do not force flags, add to them instead. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c6940e..d14b10e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ VERSION=1.3.17 # # If you're not using GCC, then you'll have to change the CFLAGS. # -CFLAGS = -Wall -fPIC +CFLAGS += -Wall -fPIC # # On Irix, use this with MIPSPRo C Compiler, and don't forget to export CC=cc # gcc on Irix does not work yet for pam_radius @@ -23,7 +23,7 @@ CFLAGS = -Wall -fPIC # Then copy pam_radius_auth.so to /usr/freeware/lib32/security (PAM dir) # CFLAGS = -LDFLAGS = -shared -Wl,--version-script=pamsymbols.ver +LDFLAGS += -shared -Wl,--version-script=pamsymbols.ver ###################################################################### # -- cgit v1.2.3