summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88a0cc5f4f56..d29d2f7dfde4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ pkgver() {
prepare() {
cd libidn2
- autoreconf -fvi
}
build() {
@@ -31,6 +30,8 @@ build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./bootstrap
./configure \
--prefix=/usr \
--libdir=/usr/lib32