From: Michael Tremer Date: Sat, 31 Jan 2009 22:17:08 +0000 (+0100) Subject: Fixed build of quagga. X-Git-Tag: v3.0-alpha1~44^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159e108ac7d920e6ef1dbce2923f5d6ae4c64311;p=ipfire-3.x.git Fixed build of quagga. --- diff --git a/lfs/quagga b/lfs/quagga index fcb603420..1ad4d6d3f 100644 --- a/lfs/quagga +++ b/lfs/quagga @@ -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 \