summaryrefslogtreecommitdiff
path: root/debian/patches-applied/fix-autoreconf.patch
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2020-08-11 22:18:09 +0000
committerSteve Langasek <steve.langasek@canonical.com>2020-08-12 09:22:19 -0700
commit330293703f39f604bca7d6764bc43ae417fe3c07 (patch)
tree984c7593074b1f299aa43bca80ccbf099f2026f6 /debian/patches-applied/fix-autoreconf.patch
parentc23a7961f646eee63cfca8558054f5ff4e554411 (diff)
Refresh patches
Diffstat (limited to 'debian/patches-applied/fix-autoreconf.patch')
-rw-r--r--debian/patches-applied/fix-autoreconf.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches-applied/fix-autoreconf.patch b/debian/patches-applied/fix-autoreconf.patch
index 037f7ff8..bdd96262 100644
--- a/debian/patches-applied/fix-autoreconf.patch
+++ b/debian/patches-applied/fix-autoreconf.patch
@@ -8,11 +8,11 @@ Do not override user variables in Makefile.am, see the
doc/specs/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-diff --git a/doc/specs/Makefile.am b/doc/specs/Makefile.am
-index 99ecc70..b94e5ef 100644
---- a/doc/specs/Makefile.am
-+++ b/doc/specs/Makefile.am
-@@ -12,9 +12,9 @@ draft-morgan-pam-current.txt: padout draft-morgan-pam.raw
+Index: pam/doc/specs/Makefile.am
+===================================================================
+--- pam.orig/doc/specs/Makefile.am
++++ pam/doc/specs/Makefile.am
+@@ -12,9 +12,9 @@
AM_YFLAGS = -d
CC = @CC_FOR_BUILD@
@@ -23,5 +23,5 @@ index 99ecc70..b94e5ef 100644
+AM_CFLAGS = @BUILD_CFLAGS@
+AM_LDFLAGS = @BUILD_LDFLAGS@
- BUILT_SOURCES = parse_y.h
+ padout_CFLAGS = $(WARN_CFLAGS) -Wno-unused-function -Wno-sign-compare