[Pkg-electronics-commits] [gnucap] 03/04: figure out SYSTEMSTARTPATH workaround

felix salfelder felix-guest at moszumanska.debian.org
Sun Feb 7 11:43:58 UTC 2016


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

felix-guest pushed a commit to branch wip
in repository gnucap.

commit 17e8e800c47a6dbb55323cbcd2b3d1d231084de8
Author: Felix Salfelder <felix at salfelder.org>
Date:   Sun Feb 7 12:10:48 2016 +0100

    figure out SYSTEMSTARTPATH workaround
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7e4a260..e07a750 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ gnucap (1:0.36~20160000-1) UNRELEASED; urgency=medium
   * gnucap-dev package
   * bump compat to 9
   * default plugins package
+  * defuse SYSTEMSTARTPATH, use GNUCAP_SSP
   * TODO:
     - soname
     - gnucap-conf
diff --git a/debian/rules b/debian/rules
index 0c9296e..4f6d99a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ pkglibdir=/usr/lib/gnucap
 override_dh_auto_configure:
 	./configure --prefix=/usr
 
+	sed -i '/SYSTEMSTARTPATH/s/"PATH"/"GNUCAP_SSP"/' include/md.h
+
 override_dh_auto_build:
 	$(MAKE) -C lib \
 	        LDFLAGS="-shared -Wl,--enable-new-dtags -Wl,-rpath -Wl,${pkglibdir}" \

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



More information about the Pkg-electronics-commits mailing list