[xml-security-c] 01/02: New patch Remove-PKG_INSTALLDIR-to-build-with-older-pkg-config.patch

Etienne Dysli Metref edm-guest at moszumanska.debian.org
Wed Aug 10 06:39:42 UTC 2016


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

edm-guest pushed a commit to branch wheezy-backports-sloppy
in repository xml-security-c.

commit aba87f76e1ca855c08dcf120a258aff81ca5acc4
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
Date:   Tue Aug 9 11:51:39 2016 +0200

    New patch Remove-PKG_INSTALLDIR-to-build-with-older-pkg-config.patch
    
    Remove PKG_INSTALLDIR from configure.ac because pkg-config < 0.27 does
    not have this macro.
---
 ...INSTALLDIR-to-build-with-older-pkg-config.patch | 35 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 36 insertions(+)

diff --git a/debian/patches/Remove-PKG_INSTALLDIR-to-build-with-older-pkg-config.patch b/debian/patches/Remove-PKG_INSTALLDIR-to-build-with-older-pkg-config.patch
new file mode 100644
index 0000000..8502d1f
--- /dev/null
+++ b/debian/patches/Remove-PKG_INSTALLDIR-to-build-with-older-pkg-config.patch
@@ -0,0 +1,35 @@
+From: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
+Date: Tue, 9 Aug 2016 11:20:51 +0200
+Subject: Remove PKG_INSTALLDIR to build with older pkg-config
+
+pkg-config < 0.27 does not have the PKG_INSTALLDIR macro.
+Added pkgconfigdir to the Makefile.
+---
+ Makefile.am  | 1 +
+ configure.ac | 1 -
+ 2 files changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.am b/Makefile.am
+index 3737973..c89d2db 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -19,6 +19,7 @@ ACLOCAL_AMFLAGS = -I m4
+ 
+ SUBDIRS = xsec
+ 
++pkgconfigdir = $(libdir)/pkgconfig
+ pkgconfig_DATA = xml-security-c.pc
+ 
+ EXTRA_DIST = \
+diff --git a/configure.ac b/configure.ac
+index 67b2316..d39f0d1 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -23,7 +23,6 @@ AC_CONFIG_AUX_DIR(build-aux)
+ AC_CONFIG_MACRO_DIR(m4)
+ AM_INIT_AUTOMAKE([subdir-objects])
+ AC_PROG_LIBTOOL
+-PKG_INSTALLDIR
+ 
+ AC_ARG_ENABLE(debug,
+     AS_HELP_STRING([--enable-debug],[Have GCC compile with symbols (Default = no)]),
diff --git a/debian/patches/series b/debian/patches/series
index d9c2e14..6c1e1e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -21,3 +21,4 @@ Fix-typo-occured-occurred.patch
 Use-pkg-config-for-Xerces-OpenSSL-and-NSS-and-provid.patch
 We-do-not-use-pthreads-threadtest.cpp-is-Windows-onl.patch
 Only-add-found-packages-to-the-pkg-config-dependenci.patch
+Remove-PKG_INSTALLDIR-to-build-with-older-pkg-config.patch

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



More information about the Pkg-shibboleth-devel mailing list