You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.3 KiB
48 lines
1.3 KiB
Index: configure |
|
--- configure.orig 2014-08-20 22:34:41.409505000 +0200 |
|
+++ configure 2014-08-21 00:26:06.269496160 +0200 |
|
@@ -22292,7 +22292,6 @@ |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dpkg_cv_cflags__Wvla" >&5 |
|
$as_echo "$dpkg_cv_cflags__Wvla" >&6; } |
|
if test "x$dpkg_cv_cflags__Wvla" = xyes; then : |
|
- as_fn_append COMPILER_CFLAGS " -Wvla" |
|
fi |
|
|
|
|
|
@@ -23143,7 +23142,6 @@ |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dpkg_cv_cxxflags__Wvla" >&5 |
|
$as_echo "$dpkg_cv_cxxflags__Wvla" >&6; } |
|
if test "x$dpkg_cv_cxxflags__Wvla" = xyes; then : |
|
- as_fn_append COMPILER_CXXFLAGS " -Wvla" |
|
fi |
|
|
|
|
|
Index: lib/dpkg/dpkg-db.h |
|
--- lib/dpkg/dpkg-db.h.orig 2014-08-17 20:20:18.000000000 +0200 |
|
+++ lib/dpkg/dpkg-db.h 2014-08-20 22:34:41.429499716 +0200 |
|
@@ -27,6 +27,7 @@ |
|
|
|
#include <stdbool.h> |
|
#include <stdio.h> |
|
+#include <stdarg.h> |
|
|
|
#include <dpkg/macros.h> |
|
#include <dpkg/varbuf.h> |
|
Index: man/Makefile.in |
|
--- man/Makefile.in.orig 2014-08-19 20:15:47.000000000 +0200 |
|
+++ man/Makefile.in 2014-08-20 22:34:41.429499716 +0200 |
|
@@ -691,12 +691,12 @@ |
|
|
|
|
|
# If the user has not defined it let's use the default. |
|
-LINGUAS ?= $(LINGUAS_DIST) |
|
+LINGUAS = |
|
|
|
all-local: all-local-@USE_PO4A@ |
|
|
|
all-local-no: |
|
-all-local-yes: man.stamp |
|
+all-local-yes: |
|
|
|
# FIXME: Use a stamp file until po4a supports them internally. |
|
man.stamp:
|
|
|