]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Fixed build of quagga.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Jan 2009 22:17:08 +0000 (23:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 Jan 2009 22:17:08 +0000 (23:17 +0100)
lfs/quagga

index fcb603420123d8a041781b55ae792e989f168ad3..1ad4d6d3fb4c4fbe64a4bcb86cc5d08e50c8654a 100644 (file)
@@ -77,7 +77,10 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
+       # ac_cv_have_decl_TCP_MD5SIG=no was set to work around a bug
        cd $(DIR_APP) && \
+               ac_cv_have_decl_TCP_MD5SIG=no \
+               ac_cv_func_working_mktime=yes \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr \