vanhofen
2 years ago
2 changed files with 26 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||
################################################################################
|
|||
#
|
|||
# xz
|
|||
#
|
|||
################################################################################
|
|||
|
|||
XZ_VERSION = 5.2.10 |
|||
XZ_DIR = xz-$(XZ_VERSION) |
|||
XZ_SOURCE = xz-$(XZ_VERSION).tar.xz |
|||
XZ_SITE = https://tukaani.org/xz |
|||
|
|||
XZ_CONF_OPTS = \
|
|||
--datarootdir=$(REMOVE_datarootdir) \
|
|||
--enable-small \
|
|||
--enable-assume-ram=4 \
|
|||
--disable-assembler \
|
|||
--disable-debug \
|
|||
--disable-doc \
|
|||
--disable-rpath \
|
|||
--disable-symbol-versions \
|
|||
--disable-werror \
|
|||
--with-pic |
|||
|
|||
xz: | $(TARGET_DIR) |
|||
$(call autotools-package) |
Loading…
Reference in new issue