summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-01 20:12:49 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-01 20:12:49 +0200
commit6964870415a452f19fce5e4d54a2997278f84d5c (patch)
tree156036ad958fb121b56a355f158a7c3c368dbd95 /debian/patches
parent3ba7fc7c29011d5a5ae65b4d2a0720827c3c6d4e (diff)
For some reason, autoconf from sid fails to bootstrap boxbackup.
The patch below was found in gentoo: http://bugs.gentoo.org/205558 http://bugs.gentoo.org/attachment.cgi?id=167856&action=view
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/05-configure_ac-fixes.diff22
-rw-r--r--debian/patches/series1
2 files changed, 23 insertions, 0 deletions
diff --git a/debian/patches/05-configure_ac-fixes.diff b/debian/patches/05-configure_ac-fixes.diff
new file mode 100644
index 00000000..14a99b35
--- /dev/null
+++ b/debian/patches/05-configure_ac-fixes.diff
@@ -0,0 +1,22 @@
+For some reason, autoconf from sid fails to bootstrap boxbackup.
+
+The patch below was found in gentoo:
+
+http://bugs.gentoo.org/205558
+http://bugs.gentoo.org/attachment.cgi?id=167856&action=view
+
+=== modified file 'configure.ac'
+--- old/configure.ac 2008-02-02 07:31:52 +0000
++++ new/configure.ac 2009-04-01 18:09:27 +0000
+@@ -283,7 +283,9 @@ sysconfdir_expanded=` eval "echo $sysc
+ localstatedir_expanded=`eval "echo $localstatedir"`
+ prefix=$saved_prefix
+ exec_prefix=$saved_exec_prefix
+-AC_SUBST([bindir_expanded sysconfdir_expanded localstatedir_expanded])
++AC_SUBST([bindir_expanded])
++AC_SUBST([sysconfdir_expanded])
++AC_SUBST([localstatedir_expanded])
+
+
+ ### Output files
+
diff --git a/debian/patches/series b/debian/patches/series
index 707ef85a..3bd9486f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
02-gcc-4.4-fixes.diff
03-adjust-syslog-facility.diff
04-fix-exception-code-generation.diff
+05-configure_ac-fixes.diff