Search Criteria
Package Details: xmltooling-c 1.6.0-1
Git Clone URL: | https://aur.archlinux.org/xmltooling-c.git (read-only, click to copy) |
---|---|
Package Base: | xmltooling-c |
Description: | A lower-level library that provides a higher level interface to XML processing, particularly in light of signing and encryption |
Upstream URL: | http://shibboleth.net/ |
Licenses: | |
Submitter: | adelq |
Maintainer: | adelq |
Last Packager: | adelq |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-11 02:34 |
Last Updated: | 2017-07-01 23:56 |
Latest Comments
adelq commented on 2017-07-01 23:57
Package has been updated to use openssl-1.0, thanks gdkags!
gdkags commented on 2017-06-29 13:31
For a successful build, the dependency on openssl has to be changed to openssl-1.0.
Additionally, insert this into prepare():
--- SNIP ---
PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig \
CFLAGS+=" -I/usr/include/openssl-1.0" \
LDFLAGS+=" -L/usr/lib/openssl-1.0 -lssl" \
CXXFLAGS="-std=gnu++98" \
./configure --prefix=/usr
--- SNIP ---
CXXFLAGS is optional, but will suppress many deprecation warnings on the many uses of auto_ptr