workaround fixed segfault... will fix this later... probably some bug in gcc
authorHarvie <tomas@mudrunka.cz>
Wed, 4 Aug 2010 06:44:53 +0000 (08:44 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 4 Aug 2010 06:44:53 +0000 (08:44 +0200)
dnssec-tools/PKGBUILD

index 28fd6e3296f4a4f1709a8576cace522a72f4e83a..7231088f5c571de97a1590f754ef4843dab6c60f 100644 (file)
@@ -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\
This page took 0.130801 seconds and 4 git commands to generate.