summaryrefslogtreecommitdiff
path: root/src/stage4/patches/tokyocabinet.patch
blob: 705d02b6f7f1348bd6c1a2ceda991780c41698d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-03-19 20:28:29.634507163 +0100
+++ b/PKGBUILD	2018-03-19 20:31:37.436316240 +0100
@@ -18,7 +18,7 @@ md5sums=('fd03df6965f8f56dd5b8518ca43b4f
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --enable-off64 --enable-fastest
+  ./configure --prefix=/usr --enable-off64
   make
 }