2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-14 13:45:58 +02:00
|
|
|
#
|
|
|
|
# libedit
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-05-14 13:45:58 +02:00
|
|
|
|
2013-07-29 18:44:17 +02:00
|
|
|
LIBEDIT_VERSION = 20130712-3.1
|
|
|
|
LIBEDIT_SITE = http://www.thrysoee.dk/editline/
|
2013-05-14 13:45:58 +02:00
|
|
|
LIBEDIT_INSTALL_STAGING = YES
|
2013-07-29 18:44:17 +02:00
|
|
|
LIBEDIT_DEPENDENCIES = ncurses
|
|
|
|
|
|
|
|
# We're patching configure.ac
|
|
|
|
LIBEDIT_AUTORECONF = YES
|
|
|
|
|
2013-07-31 19:12:35 +02:00
|
|
|
# Doesn't really support !wchar, but support is disabled otherwise
|
|
|
|
LIBEDIT_CONF_OPT += --enable-widec
|
|
|
|
|
2013-07-29 18:44:17 +02:00
|
|
|
# Note: libbsd required for *vis functions, but works only with a toolchain
|
|
|
|
# with __progname; otherwise, some features are disabled, as if libbsd was
|
|
|
|
# missing entirely.
|
|
|
|
ifeq ($(BR2_PACKAGE_LIBBSD),y)
|
|
|
|
LIBEDIT_DEPENDENCIES += libbsd
|
|
|
|
endif
|
|
|
|
|
|
|
|
$(eval $(autotools-package))
|