kumquat-buildroot/package/popt/popt.mk

23 lines
510 B
Makefile
Raw Normal View History

2008-04-12 11:51:21 +02:00
#############################################################
#
# popt
#
#############################################################
2009-08-04 21:47:09 +02:00
POPT_VERSION:=1.15
2008-08-26 23:05:10 +02:00
POPT_SITE:=http://rpm5.org/files/popt
2009-01-25 21:50:59 +01:00
POPT_INSTALL_STAGING = YES
POPT_INSTALL_TARGET = YES
2009-08-04 21:47:09 +02:00
POPT_LIBTOOL_PATCH = NO
2009-01-25 21:50:59 +01:00
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))