Mark BROKEN: Fails to build
===> Building for ap24-mod_auth_pubtkt-0.8 ===> Generating apache plist /usr/local/share/apr/build-1/libtool --silent --mode=compile cc -std=gnu99 -prefer-pic -O2 -pipe -I/usr/include -fno-strict-aliasing -I/usr/local/include/apache24 -I/usr/local/include/apr-1 -I/usr/local/include/apr-1 -I/usr/include -I/usr/local/include -I/usr/local/include/db48 -DAPACHE22 -c -o src/mod_auth_pubtkt.lo src/mod_auth_pubtkt.c && touch src/mod_auth_pubtkt.slo src/mod_auth_pubtkt.c: In function 'cookie_match': src/mod_auth_pubtkt.c:420: error: too few arguments to function 'ap_unescape_url_keep2f' apxs:Error: Command failed with rc=65536 Reported by: pkg-fallout
This commit is contained in:
parent
86a4b4d081
commit
8b1898eecf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363101
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|||
DIST_SUBDIR= apache2
|
||||
|
||||
MAINTAINER= mk@neon1.net
|
||||
COMMENT= An Apache module to provide public key ticket based authentication
|
||||
COMMENT= Apache module to provide public key ticket based authentication
|
||||
|
||||
BROKEN= Fails to build
|
||||
|
||||
USE_APACHE= 22+
|
||||
AP_FAST_BUILD= yes
|
||||
|
|
Loading…
Reference in a new issue