[Debian-astro-commits] [saods9] 04/05: Fix including make.pkgs during configure
Ole Streicher
olebole at moszumanska.debian.org
Fri Sep 18 11:44:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch experimental
in repository saods9.
commit bcf59517adcb415cc8935c660020cf8b4b64dff7
Author: Ole Streicher <debian at liska.ath.cx>
Date: Fri Sep 18 13:17:37 2015 +0200
Fix including make.pkgs during configure
---
debian/patches/fix_configure.patch | 14 ++++++++++++++
debian/patches/series | 1 +
2 files changed, 15 insertions(+)
diff --git a/debian/patches/fix_configure.patch b/debian/patches/fix_configure.patch
new file mode 100644
index 0000000..8a29d67
--- /dev/null
+++ b/debian/patches/fix_configure.patch
@@ -0,0 +1,14 @@
+Author: Ole Streicher <olebole at debian.org>
+Description: Fix including make.pkgs during configure
+ This is probably due to "." in the PATH of upstream.
+--- a/unix/configure.in
++++ b/unix/configure.in
+@@ -9,7 +9,7 @@
+
+ AC_ARG_WITH([arch],AC_HELP_STRING([--with-arch],[build name]),[],[with_arch=unknown])
+
+-source make.pkgs
++source ./make.pkgs
+
+ OS="unix"
+ AC_SUBST(OS)
diff --git a/debian/patches/series b/debian/patches/series
index 3208b65..d884e22 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@ saotk_use_system_libs.patch
saotk_spellfix.patch
tcliis.patch
tkhtml.patch
+fix_configure.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/saods9.git
More information about the Debian-astro-commits
mailing list