aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/libevhtp/APKBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/community/libevhtp/APKBUILD b/community/libevhtp/APKBUILD
index 10f8d7ce86..2fd0fdc842 100644
--- a/community/libevhtp/APKBUILD
+++ b/community/libevhtp/APKBUILD
@@ -29,9 +29,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCUSTOM_DOCDIR="/usr/share/doc/${pkgname}" \
-DCUSTOM_SHAREDIR="/usr/share/${pkgname}" \
- -DEVHTP_BUILD_SHARED=ON \
-
- .
+ -DEVHTP_BUILD_SHARED=ON .
make || return 1
}