summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-02-23 17:27:29 -0800
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-02-23 17:27:29 -0800
commitcfc79fd0f796d3b6f9133def44ae79e10c2a0fd4 (patch)
tree28c97b89170cdf67a1ab04bf01dbecb407cce45b /Makefile
parent1be5ade4364428153cca20edf5ceb99ac950d0be (diff)
downloadlibpam-radius-auth-cfc79fd0f796d3b6f9133def44ae79e10c2a0fd4.tar.gz
libpam-radius-auth-cfc79fd0f796d3b6f9133def44ae79e10c2a0fd4.zip
build: do not force flags, add to them instead.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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
######################################################################
#