The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / popt / popt.mk
1 ################################################################################
2 #
3 # popt
4 #
5 ################################################################################
6
7 POPT_VERSION = 1.16
8 # rpm5.org down
9 POPT_SITE = http://anduin.linuxfromscratch.org/sources/BLFS/svn/p
10 POPT_INSTALL_STAGING = YES
11 POPT_LICENSE = MIT
12 POPT_LICENSE_FILES = COPYING
13 POPT_AUTORECONF = YES
14 POPT_GETTEXTIZE = YES
15
16 ifeq ($(BR2_PACKAGE_GETTEXT),y)
17 POPT_DEPENDENCIES += gettext
18 endif
19
20 POPT_CONF_ENV = ac_cv_va_copy=yes
21
22 ifeq ($(BR2_PACKAGE_LIBICONV),y)
23 POPT_CONF_ENV += am_cv_lib_iconv=yes
24 POPT_CONF_OPTS += --with-libiconv-prefix=$(STAGING_DIR)/usr
25 endif
26
27 $(eval $(autotools-package))
28 $(eval $(host-autotools-package))