Import buildroot 2016.02
This commit is contained in:
@@ -12,6 +12,28 @@ ZSH_CONF_OPTS = --bindir=/bin
|
||||
ZSH_LICENSE = MIT-like
|
||||
ZSH_LICENSE_FILES = LICENCE
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GDBM),y)
|
||||
ZSH_CONF_OPTS += --enable-gdbm
|
||||
ZSH_DEPENDENCIES += gdbm
|
||||
else
|
||||
ZSH_CONF_OPTS += --disable-gdbm
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCAP),y)
|
||||
ZSH_CONF_OPTS += --enable-cap
|
||||
ZSH_DEPENDENCIES += libcap
|
||||
else
|
||||
ZSH_CONF_OPTS += --disable-cap
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
ZSH_CONF_OPTS += --enable-pcre
|
||||
ZSH_CONF_ENV += ac_cv_prog_PCRECONF=$(STAGING_DIR)/usr/bin/pcre-config
|
||||
ZSH_DEPENDENCIES += pcre
|
||||
else
|
||||
ZSH_CONF_OPTS += --disable-pcre
|
||||
endif
|
||||
|
||||
# Remove versioned zsh-x.y.z binary taking up space
|
||||
define ZSH_TARGET_INSTALL_FIXUPS
|
||||
rm -f $(TARGET_DIR)/bin/zsh-$(ZSH_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user