[xmltooling] 04/17: New patch Make-pkgconfigdir-configurable.patch

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jul 21 18:17:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch debian/experimental
in repository xmltooling.

commit c9eddbde4daf2cdb49d6b71d50ad9dc215dbe833
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Tue Jul 5 13:02:39 2016 +0200

    New patch Make-pkgconfigdir-configurable.patch
    
    Make pkgconfigdir configurable
---
 .../patches/Make-pkgconfigdir-configurable.patch   | 33 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/Make-pkgconfigdir-configurable.patch b/debian/patches/Make-pkgconfigdir-configurable.patch
new file mode 100644
index 0000000..d068fcf
--- /dev/null
+++ b/debian/patches/Make-pkgconfigdir-configurable.patch
@@ -0,0 +1,33 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Tue, 5 Jul 2016 12:44:39 +0200
+Subject: Make pkgconfigdir configurable
+
+---
+ Makefile.am  | 1 -
+ configure.ac | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 89972c7..6bcdb1b 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -13,7 +13,6 @@ else
+ all-local:
+ endif
+ 
+-pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = @PACKAGE_NAME at .pc
+ 
+ GENFILES = @PACKAGE_NAME at .spec
+diff --git a/configure.ac b/configure.ac
+index 19017c3..abc8836 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -7,6 +7,7 @@ AC_CONFIG_MACRO_DIR(m4)
+ AM_INIT_AUTOMAKE
+ AC_DISABLE_STATIC
+ AC_PROG_LIBTOOL
++PKG_INSTALLDIR
+ 
+ # Docygen features
+ DX_HTML_FEATURE(ON)
diff --git a/debian/patches/series b/debian/patches/series
index 0267ef4..e5749cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ Use-pkg-config-for-log4shib-log4cpp.patch
 Fail-configuration-if-dlopen-is-not-found.patch
 Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch
 Propagate-requirements-into-our-pkg-config-file.patch
+Make-pkgconfigdir-configurable.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git



More information about the Pkg-shibboleth-devel mailing list