From: Stefan Schantl Date: Fri, 29 May 2009 04:44:42 +0000 (-0400) Subject: Added cflag to lfs/ppp to fix build process. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=158dc63f2d5d34fe8756aab05904bfa22b4f25b7;p=ipfire-3.x.git Added cflag to lfs/ppp to fix build process. --- diff --git a/lfs/ppp b/lfs/ppp index b3b62d0ce..64003ebb6 100644 --- a/lfs/ppp +++ b/lfs/ppp @@ -70,7 +70,7 @@ $(OBJECT): $(objects) ./configure \ $(CONFIGURE_ARCH) \ --prefix=/usr - cd $(DIR_APP) && make HAVE_INET6=y $(PARALLELISMFLAGS) + cd $(DIR_APP) && make CC="gcc $(CFLAGS)" HAVE_INET6=yes $(PARALLELISMFLAGS) cd $(DIR_APP) && make install install -d /etc/ppp/peers for i in $(DIR_CONFIG)/$(PKG_NAME)/* ; do \