From 91622b9bd394ea5b998dca3645ee0c8f7d2e5b0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 3 Feb 2013 10:21:20 +0000 Subject: [PATCH] Prefer supplied CFLAGS. --- org.glite.px.proxyrenewal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.px.proxyrenewal/Makefile b/org.glite.px.proxyrenewal/Makefile index 5780198..28b718c 100644 --- a/org.glite.px.proxyrenewal/Makefile +++ b/org.glite.px.proxyrenewal/Makefile @@ -90,11 +90,11 @@ MYPROXY_LIBS?=${MYPROXY_LIB_NOTHR} DEBUG:=-g -O0 -CFLAGS:= ${CFLAGS} ${DEBUG} \ +CFLAGS:= ${DEBUG} \ ${VOMS_CFLAGS} \ -I${top_srcdir}/src -I${top_srcdir}/interface \ -I${glite_location}/include \ - -DLOCAL_PX_COMPILE=1 + -DLOCAL_PX_COMPILE=1 ${CFLAGS} offset=0 version_info:=-version-info ${shell \ -- 1.8.2.3