]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use INCLUDE instead of CFLAGS
authorAlan T. DeKok <aland@freeradius.org>
Wed, 23 Oct 2019 18:16:16 +0000 (14:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 23 Oct 2019 18:16:16 +0000 (14:16 -0400)
scripts/libtool.mk

index ae235ca2d91fa30f835e046ffa01a62428f2ab9b..879f38ee840c7289678231657dff1fa093cad0b9 100644 (file)
@@ -44,7 +44,7 @@ ifeq "${LIBTOOL}" "JLIBTOOL"
     ${JLIBTOOL}: ${top_makedir}/jlibtool.c
        $(Q)mkdir -p $(dir $@)
        $(Q)echo CC jlibtool.c
-       $(Q)${CC} $(CFLAGS) $< -o $@ -DPROGRAM_VERSION=$(RADIUSD_VERSION_STRING)
+       $(Q)${CC} ${INCLUDE} $< -o $@ -DPROGRAM_VERSION=$(RADIUSD_VERSION_STRING)
 
     clean: jlibtool_clean