buildroot/package/popt/popt.mk

21 lines
485 B
Makefile
Raw Normal View History

2008-04-12 11:51:21 +02:00
#############################################################
#
# popt
#
#############################################################
2008-08-26 23:05:10 +02:00
POPT_VERSION:=1.14
POPT_SITE:=http://rpm5.org/files/popt
2009-01-25 21:50:59 +01:00
POPT_INSTALL_STAGING = YES
POPT_INSTALL_TARGET = YES
POPT_CONF_ENV = ac_cv_va_copy=yes
ifeq ($(BR2_PACKAGE_LIBICONV),y)
POPT_CONF_ENV += am_cv_lib_iconv=yes
POPT_CONF_OPT += --with-libiconv-prefix=$(STAGING_DIR)/usr
endif
2008-04-12 11:51:21 +02:00
2008-08-26 23:05:10 +02:00
POPT_DEPENDENCIES:=uclibc
2008-04-12 11:51:21 +02:00
$(eval $(call AUTOTARGETS,package,popt))