GIT.Harvie.CZ
/
mirrors
/
ArchLinux-Packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bf471d
)
workaround fixed segfault... will fix this later... probably some bug in gcc
author
Harvie
<tomas@mudrunka.cz>
Wed, 4 Aug 2010 06:44:53 +0000
(08:44 +0200)
committer
Harvie
<tomas@mudrunka.cz>
Wed, 4 Aug 2010 06:44:53 +0000
(08:44 +0200)
dnssec-tools/PKGBUILD
patch
|
blob
|
blame
|
history
diff --git
a/dnssec-tools/PKGBUILD
b/dnssec-tools/PKGBUILD
index 28fd6e3296f4a4f1709a8576cace522a72f4e83a..7231088f5c571de97a1590f754ef4843dab6c60f 100644
(file)
--- 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\
This page took
0.1288 seconds
and
4
git commands to generate.