Package Details: xmltooling 3.2.4-1

Git Clone URL: https://aur.archlinux.org/xmltooling.git (read-only, click to copy)
Package Base: xmltooling
Description: Shibboleth Project's XML processing library
Upstream URL: https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C
Licenses: Apache
Submitter: grawity
Maintainer: grawity
Last Packager: grawity
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-20 23:00 (UTC)
Last Updated: 2023-06-13 07:02 (UTC)

Latest Comments

adelq commented on 2017-07-01 23:57 (UTC)

Package has been updated to use openssl-1.0, thanks gdkags!

gdkags commented on 2017-06-29 13:31 (UTC) (edited on 2017-06-29 14:56 (UTC) by gdkags)

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