mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
package/zip: install to staging
Install header files and libraries into the staging area. Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
6a3893e441
commit
c5b5b5ccab
@ -10,6 +10,7 @@ ZIP_SOURCE = zip$(subst .,,$(ZIP_VERSION)).tgz
|
||||
ZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src
|
||||
ZIP_LICENSE = Info-ZIP
|
||||
ZIP_LICENSE_FILES = LICENSE
|
||||
ZIP_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||
ZIP_DEPENDENCIES += bzip2
|
||||
@ -39,6 +40,11 @@ define ZIP_INSTALL_TARGET_CMDS
|
||||
prefix=$(TARGET_DIR)/usr
|
||||
endef
|
||||
|
||||
define ZIP_INSTALLING_STAGING_CMDS
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) -f unix/Makefile install \
|
||||
prefix=$(STAGING_DIR)/usr
|
||||
endef
|
||||
|
||||
define HOST_ZIP_BUILD_CMDS
|
||||
$(HOST_MAKE_ENV) $(MAKE) $(HOST_CONFIGURE_OPTS) -C $(@D) \
|
||||
CFLAGS="$(HOST_CFLAGS) $(ZIP_CFLAGS)" \
|
||||
|
Loading…
Reference in New Issue
Block a user