summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2017-06-16 15:49:56 -0700
committerDave Olson <olson@cumulusnetworks.com>2017-06-16 16:18:07 -0700
commit3a47df99b207d85469d0a3126aacf491ba61c1d4 (patch)
treeb32ecb55edf4e2712bb3f0877a875b4477acbb4b /Makefile
parenta11bbaeb6b0635dd852fb511a28f67da80327fef (diff)
downloadlibpam-radius-auth-3a47df99b207d85469d0a3126aacf491ba61c1d4.tar.gz
libpam-radius-auth-3a47df99b207d85469d0a3126aacf491ba61c1d4.zip
Added debian directory from jessie 1.3.16, with changelog updates
Cleaned up to use simpler rules file as part of that import. Also newer compat level, etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f27f08e..8fee0e8 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ VERSION=1.4.0
#
# If you're not using GCC, then you'll have to change the CFLAGS.
#
-CFLAGS += -Wall -fPIC
+# structured this way instead of += so configured CFLAGS can override -Wall
+CFLAGS := -Wall -fPIC ${CFLAGS}
#
# On Irix, use this with MIPSPRo C Compiler, and don't forget to export CC=cc