summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a34d05a7ac6d..0ff2b302a2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ md5sums=(SKIP)
build() {
cd popt
./autogen.sh
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-static
make
}