]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Did some gcc tweaks to build man-db.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Oct 2008 10:37:27 +0000 (12:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 12 Oct 2008 10:37:27 +0000 (12:37 +0200)
lfs/man-db

index 4988b211c21e7be3ba72528ce418422fd587799c..ba5c73e0ebc7d5fd51aaed32ded20ebea1b31b1a 100644 (file)
@@ -54,7 +54,7 @@ $(TARGET) :
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && sed -i -e '\%\t/usr/man%d' -e '\%\t/usr/local/man%d' src/man_db.conf.in
-       cd $(DIR_APP) && \
+       cd $(DIR_APP) && CC="gcc -std=gnu99 -fgnu89-inline" \
                ./configure \
                        --prefix=/usr \
                        --libexecdir=/usr/lib \