Use "gnu" configure style
Input OK sthen
This commit is contained in:
parent
aa209f6d92
commit
a148f42779
@ -1,6 +1,7 @@
|
||||
COMMENT = C++ implementation of W3C security standards for XML
|
||||
|
||||
V = 2.0.4
|
||||
REVISION = 0
|
||||
DISTNAME = xml-security-c-${V}
|
||||
CATEGORIES = security textproc
|
||||
|
||||
@ -25,7 +26,7 @@ LIB_DEPENDS = textproc/icu4c \
|
||||
textproc/xalan-c \
|
||||
textproc/xerces-c>=3.2
|
||||
|
||||
CONFIGURE_STYLE = simple
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
# ChangeLog lists --with-xerces and --with-xalan, but
|
||||
# a) configure does not support --with-xerces
|
||||
@ -37,9 +38,6 @@ CONFIGURE_ARGS += --with-xalan=/usr/local
|
||||
CONFIGURE_ARGS += --without-nss \
|
||||
--with-openssl
|
||||
|
||||
# Do not pick up coreutils gmakedir(1) as "race-free mkdir -p"
|
||||
CONFIGURE_ARGS += ac_cv_path_mkdir=/bin/mkdir
|
||||
|
||||
do-test:
|
||||
${WRKBUILD}/xsec/xsec-xtest
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user