[opensaml2] 19/24: New patch Make-pkgconfigdir-configurable.patch

Ferenc Wágner wferi at moszumanska.debian.org
Tue Aug 30 20:55:04 UTC 2016


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

wferi pushed a commit to branch debian/experimental
in repository opensaml2.

commit 2fbe0842335fc4475f91a807d95b74ea23db021e
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Tue Jul 12 11:12:22 2016 +0200

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

diff --git a/debian/patches/Make-pkgconfigdir-configurable.patch b/debian/patches/Make-pkgconfigdir-configurable.patch
new file mode 100644
index 0000000..1d2c3ae
--- /dev/null
+++ b/debian/patches/Make-pkgconfigdir-configurable.patch
@@ -0,0 +1,34 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Tue, 12 Jul 2016 10:40:46 +0200
+Subject: Make pkgconfigdir configurable
+
+This requires pkg.m4 from pkg-config-0.27 or newer.
+---
+ Makefile.am  | 1 -
+ configure.ac | 1 +
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 6376ee9..801f48e 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 077a18c..b51cce1 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -6,6 +6,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 e4c2d8a..2a3a6e5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@ Use-pkg-config-for-zlib-and-openssl.patch
 We-don-t-use-OpenSSL-directly.patch
 Use-pkg-config-for-Xerces.patch
 Use-pkg-config-for-xmlsec.patch
+Make-pkgconfigdir-configurable.patch

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



More information about the Pkg-shibboleth-devel mailing list