diff options
author | Alan T. DeKok <aland@freeradius.org> | 2015-07-13 10:09:43 -0400 |
---|---|---|
committer | Alan T. DeKok <aland@freeradius.org> | 2015-07-13 10:09:43 -0400 |
commit | 222e95312cb12febaa8f793d77f139de46f73ea3 (patch) | |
tree | 6c0be44691accdb4a2e100a342d59282362b6e15 | |
parent | b0462c85de5d01fd1825773cfe71741a2b95d57c (diff) | |
download | libpam-radius-auth-222e95312cb12febaa8f793d77f139de46f73ea3.tar.gz libpam-radius-auth-222e95312cb12febaa8f793d77f139de46f73ea3.zip |
export CFLAGS
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,7 @@ VERSION=1.4.0 # If you're not using GCC, then you'll have to change the CFLAGS. # 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 @@ -37,6 +38,8 @@ all: pam_radius_auth.so # # Build the object file from the C source. # +export CFLAGS + src/pam_radius_auth.o: src/pam_radius_auth.c src/pam_radius_auth.h @$(MAKE) -C src $(notdir $@) |