From: Harvie Date: Wed, 4 Aug 2010 06:44:53 +0000 (+0200) Subject: workaround fixed segfault... will fix this later... probably some bug in gcc X-Git-Url: https://git.harvie.cz/?p=mirrors%2FArchLinux-Packages.git;a=commitdiff_plain;h=fc8ee582da6a7a04c096d2082f036afa095cac34 workaround fixed segfault... will fix this later... probably some bug in gcc --- diff --git a/dnssec-tools/PKGBUILD b/dnssec-tools/PKGBUILD index 28fd6e3..7231088 100644 --- a/dnssec-tools/PKGBUILD +++ b/dnssec-tools/PKGBUILD @@ -18,6 +18,11 @@ md5sums=('f3dfe18ae50cf65594936e1684d469d0' '03ff269fa39d2a7eb6cbe108bcea473a') build() { + export CFLAGS="" + export CXXFLAGS="" + export LDFLAGS="" + export MAKEFLAGS="-j1" + cd ${srcdir}/${pkgname}-${pkgver}/ || return 1 msg 'Configuring...' ./configure\