Skip to content
Snippets Groups Projects
Commit 0559d23c authored by Breno Leitao's avatar Breno Leitao
Browse files

community/libevhtp: Fix build

Currently this package fails to build due to what seems to be an
extra line between cmake and ./ added in commit 58744e6b
parent 72cfe7bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment