diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2009-08-04 19:47:09 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2009-08-04 19:47:09 +0000 |
commit | 87002cc7049ca3770a30d0fded384cd58cbe5547 (patch) | |
tree | c5bf24a2d1988a43cac2cb6b2383ea4a425ebfed /package/popt/popt.mk | |
parent | bd7b104e4089ce7b396a80c476bb8033b958138f (diff) | |
download | buildroot-novena-87002cc7049ca3770a30d0fded384cd58cbe5547.tar.gz buildroot-novena-87002cc7049ca3770a30d0fded384cd58cbe5547.zip |
Update popt to version 1.15
Diffstat (limited to 'package/popt/popt.mk')
-rw-r--r-- | package/popt/popt.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/popt/popt.mk b/package/popt/popt.mk index 3c0ab0b5a..4c5702834 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -3,11 +3,13 @@ # popt # ############################################################# -POPT_VERSION:=1.14 +POPT_VERSION:=1.15 POPT_SITE:=http://rpm5.org/files/popt POPT_INSTALL_STAGING = YES POPT_INSTALL_TARGET = YES +POPT_LIBTOOL_PATCH = NO + POPT_CONF_ENV = ac_cv_va_copy=yes ifeq ($(BR2_PACKAGE_LIBICONV),y) |