diff --git a/programming/library/xmlsec/actions.py b/programming/library/xmlsec/actions.py index 09c46000f8..55b9dbacb0 100644 --- a/programming/library/xmlsec/actions.py +++ b/programming/library/xmlsec/actions.py @@ -11,6 +11,8 @@ from pisi.actionsapi import get def setup(): autotools.configure() + pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + def build(): autotools.make() diff --git a/programming/library/xmlsec/pspec.xml b/programming/library/xmlsec/pspec.xml index 5cd4b5ca96..93eb1f6e2b 100644 --- a/programming/library/xmlsec/pspec.xml +++ b/programming/library/xmlsec/pspec.xml @@ -1,5 +1,5 @@ - + xmlsec @@ -13,12 +13,13 @@ XML Security Library is a C library based on LibXML2 xmlsec XML Güvenlik Kitaplığı, LibXML2 tabanlı bir C kitaplığıdır. - https://github.com/lsh123/xmlsec/releases/download/1.3.10/xmlsec1-1.3.10.tar.gz + https://github.com/lsh123/xmlsec/releases/download/1.3.11/xmlsec1-1.3.11.tar.gz nss-devel gnutls-devel libxslt-devel openssl-devel + libxml2-devel