summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbar0metr2018-07-03 20:39:57 +0500
committerbar0metr2018-07-03 20:39:57 +0500
commit124c1f92b3d8a7209deef4a973555482385fa176 (patch)
treeb3af94fbfb96c37429199674d45e90cd153c1294
parentb6def08ac59295b0cbbb9429000d13142b5042fc (diff)
downloadaur-124c1f92b3d8a7209deef4a973555482385fa176.tar.gz
Replace compiler options(add path for openssl1.0)
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed097e1473e4..88e219f5a712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -89,8 +89,7 @@ build() {
--disable-arch-native \
--disable-strict-error-checking \
--enable-wccpv2 \
- --enable-ssl-crtd \
- --with-openssl
+ --enable-ssl-crtd
make -j$(nproc)
}