]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added cflag to lfs/ppp to fix build process.
authorStefan Schantl <Stevee@ipfire.org>
Fri, 29 May 2009 04:44:42 +0000 (00:44 -0400)
committerStefan Schantl <Stevee@ipfire.org>
Fri, 29 May 2009 04:44:42 +0000 (00:44 -0400)
lfs/ppp

diff --git a/lfs/ppp b/lfs/ppp
index b3b62d0cec4c6b822446e2b3fa948461d6c69213..64003ebb6bd8ee72192aa7310deb61b96610c60c 100644 (file)
--- 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 \