From 222e95312cb12febaa8f793d77f139de46f73ea3 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Mon, 13 Jul 2015 10:09:43 -0400 Subject: export CFLAGS --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8c8ad01..f27f08e 100644 --- a/Makefile +++ b/Makefile @@ -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 $@) -- cgit v1.2.3