popt.mk 483 B

1234567891011121314151617181920
  1. #############################################################
  2. #
  3. # popt
  4. #
  5. #############################################################
  6. POPT_VERSION:=1.15
  7. POPT_SITE:=http://rpm5.org/files/popt
  8. POPT_INSTALL_STAGING = YES
  9. POPT_INSTALL_TARGET = YES
  10. POPT_LIBTOOL_PATCH = NO
  11. POPT_CONF_ENV = ac_cv_va_copy=yes
  12. ifeq ($(BR2_PACKAGE_LIBICONV),y)
  13. POPT_CONF_ENV += am_cv_lib_iconv=yes
  14. POPT_CONF_OPT += --with-libiconv-prefix=$(STAGING_DIR)/usr
  15. endif
  16. $(eval $(call AUTOTARGETS,package,popt))