Bernd Kuhls
2014-03-22 14:47:40 +01:00
committed by Peter Korsgaard
parent 2f2becd522
commit 6aee76bcad

View File

@@ -12,5 +12,11 @@ MTOOLS_LICENSE_FILES = COPYING
MTOOLS_CONF_ENV = ac_cv_func_setpgrp_void=yes
MTOOLS_CONF_OPT = --without-x
# link with iconv if enabled
ifeq ($(BR2_PACKAGE_LIBICONV),y)
MTOOLS_DEPENDENCIES += libiconv
MTOOLS_CONF_ENV += LIBS=-liconv
endif
$(eval $(autotools-package))
$(eval $(host-autotools-package))