sslh: actually link against pcre
This commit is contained in:
parent
6995421e24
commit
ac38ff73bb
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sslh'
|
||||
pkgname=sslh
|
||||
version=1.17
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="perl"
|
||||
makedepends="pcre-devel libconfig-devel libcap-devel"
|
||||
short_desc="Applicative Protocol Multiplexer"
|
||||
|
@ -15,6 +15,7 @@ do_build() {
|
|||
sed -i 's|^MAN=sslh.8.gz|MAN=sslh.8|g' Makefile
|
||||
sed -i 's|sbin|bin|g' Makefile
|
||||
sed -i 's|sslh.pod \| gzip -9 - > $(MAN)|sslh.pod > $(MAN)|g' Makefile
|
||||
sed -i 's|-lpcre|-lpcreposix|g' Makefile
|
||||
make CC=$CC ENABLE_REGEX=1 USELIBPCRE=1 USELIBCONFIG=1 USELIBCAP=1
|
||||
}
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue