summaryrefslogtreecommitdiff
path: root/debian/patches/honor-sysconfdir.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-11-12 19:41:47 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-11-12 20:50:00 +0200
commit93505b3433a6d3f7bfe14358ff4dfc3884b3eaea (patch)
tree0c17648c3c2863f96a5129a356703e828622e4fd /debian/patches/honor-sysconfdir.diff
parentec8187a4616115a2eec8d97a8ca81b0aa7dc9542 (diff)
downloadgnucobol4-debian-93505b3433a6d3f7bfe14358ff4dfc3884b3eaea.tar.gz
gnucobol4 (4.0~early~20221111.svn.4819-0pin1)HEADmaster
Diffstat (limited to 'debian/patches/honor-sysconfdir.diff')
-rw-r--r--debian/patches/honor-sysconfdir.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/honor-sysconfdir.diff b/debian/patches/honor-sysconfdir.diff
index ca8ecce..d3d59db 100644
--- a/debian/patches/honor-sysconfdir.diff
+++ b/debian/patches/honor-sysconfdir.diff
@@ -2,12 +2,12 @@ Description: configure script read the sysconfdir option
Author: Ludwin Janvier <lud.janvier@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: gnucobol-4.0-early-20200606/configure.ac
+Index: gnucobol4-debian/configure.ac
===================================================================
---- gnucobol-4.0-early-20200606.orig/configure.ac
-+++ gnucobol-4.0-early-20200606/configure.ac
-@@ -1931,6 +1931,10 @@ elif test "$COB_USES_GCC" = "yes" && tes
- fi
+--- gnucobol4-debian.orig/configure.ac
++++ gnucobol4-debian/configure.ac
+@@ -2453,6 +2453,10 @@ elif test "$COB_USES_GCC" = "yes" && tes
+ CFLAGS="$CFLAGS -fsigned-char -Wall -Wwrite-strings -Wmissing-prototypes -Wno-format-y2k"
fi
+if test -n "$sysconfdir"; then