From fc8ee582da6a7a04c096d2082f036afa095cac34 Mon Sep 17 00:00:00 2001 From: Harvie Date: Wed, 4 Aug 2010 08:44:53 +0200 Subject: [PATCH 1/1] workaround fixed segfault... will fix this later... probably some bug in gcc --- dnssec-tools/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) 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\ -- 2.30.2