From 1cd11c88bda06ad487c887af9fcae040353bdcf2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Apr 2014 19:50:54 +0200 Subject: fix build without autopoint --- package/wget/Makefile | 2 +- package/wget/patches/patch-Makefile_am | 6 +++--- package/wget/patches/patch-configure_ac | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 package/wget/patches/patch-configure_ac (limited to 'package') diff --git a/package/wget/Makefile b/package/wget/Makefile index 516576a86..64466db1c 100644 --- a/package/wget/Makefile +++ b/package/wget/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= wget PKG_VERSION:= 1.15 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 506df41295afc6486662cc47470b4618 PKG_DESCR:= retrieving files using HTTP(S) and FTP PKG_SECTION:= www diff --git a/package/wget/patches/patch-Makefile_am b/package/wget/patches/patch-Makefile_am index dcb930fcf..c9c937c60 100644 --- a/package/wget/patches/patch-Makefile_am +++ b/package/wget/patches/patch-Makefile_am @@ -1,11 +1,11 @@ ---- wget-1.14.orig/Makefile.am 2012-05-13 16:44:48.000000000 +0200 -+++ wget-1.14/Makefile.am 2013-12-06 17:00:51.000000000 +0100 +--- wget-1.15.orig/Makefile.am 2014-01-04 13:49:47.000000000 +0100 ++++ wget-1.15/Makefile.am 2014-04-23 19:48:58.359897378 +0200 @@ -41,7 +41,7 @@ distuninstallcheck_listfiles = find . -t ACLOCAL_AMFLAGS = -I m4 # subdirectories in the distribution -SUBDIRS = lib src doc po tests util -+SUBDIRS = lib src po tests util ++SUBDIRS = lib src util EXTRA_DIST = ChangeLog.README MAILING-LIST \ msdos/ChangeLog msdos/config.h msdos/Makefile.DJ \ diff --git a/package/wget/patches/patch-configure_ac b/package/wget/patches/patch-configure_ac new file mode 100644 index 000000000..cfb3a165b --- /dev/null +++ b/package/wget/patches/patch-configure_ac @@ -0,0 +1,15 @@ +--- wget-1.15.orig/configure.ac 2014-01-04 13:49:47.000000000 +0100 ++++ wget-1.15/configure.ac 2014-04-23 19:48:44.679755324 +0200 +@@ -104,12 +104,6 @@ AC_AIX + + gl_EARLY + +-dnl +-dnl Gettext +-dnl +-AM_GNU_GETTEXT([external],[need-ngettext]) +-AM_GNU_GETTEXT_VERSION([0.17]) +- + AC_PROG_RANLIB + + AC_PROG_LEX -- cgit v1.2.3