[cpp-xml-security] branch main updated: Remove Xalan flags from pkgconfig.
Scott Cantor
cantor.2 at osu.edu
Wed Oct 16 13:55:27 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-xml-security.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xml-security.git;a=commit;h=2aca66cc3f34812efa64eeec0f8455b98d5bc496
The following commit(s) were added to refs/heads/main by this push:
new 2aca66cc Remove Xalan flags from pkgconfig.
2aca66cc is described below
commit 2aca66cc3f34812efa64eeec0f8455b98d5bc496
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Oct 16 09:55:23 2024 -0400
Remove Xalan flags from pkgconfig.
---
xml-security-c.pc.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xml-security-c.pc.in b/xml-security-c.pc.in
index c7249b06..add31b9e 100644
--- a/xml-security-c.pc.in
+++ b/xml-security-c.pc.in
@@ -4,10 +4,10 @@ libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE_NAME@
-Description: Apache XML security C++ library
+Description: XML security C++ library
Version: @VERSION@
Libs: -L${libdir} -lxml-security-c
-Libs.private: @xalan_LIBS@ @PTHREAD_LIBS@
-Cflags: -I${includedir} @xalan_CXXFLAGS@ @PTHREAD_CFLAGS@
+Libs.private: @PTHREAD_LIBS@
+Cflags: -I${includedir} @PTHREAD_CFLAGS@
Requires: @AX_PACKAGE_REQUIRES@
Requires.private: @AX_PACKAGE_REQUIRES_PRIVATE@
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list