Removing libtar as a dependency. (You have to compile it yourself)

This commit is contained in:
Ulysse Cura 2026-05-06 19:40:46 +02:00
parent 2a53c7e30d
commit 13e1b44325
2 changed files with 0 additions and 15 deletions

View File

@ -1,14 +0,0 @@
SHELL=/usr/bin/env bash
LIBTAR_DIR=libtar
build_core_lib: core_lib_setup build_libtar
core_lib_setup:
@echo -e "Building core libs"
build_libtar:
@echo -e "--Building libtar (1/1)"
$(Q)cd $(CORE_DIR)/$(CORE_LIB_DIR)/$(LIBTAR_DIR) && autoreconf --force --install
$(Q)cd $(CORE_DIR)/$(CORE_LIB_DIR)/$(LIBTAR_DIR) && ./configure
$(Q)make --no-print-directory -C $(CORE_DIR)/$(CORE_LIB_DIR)/$(LIBTAR_DIR)

@ -1 +0,0 @@
Subproject commit 6d0ab4c78e7a8305c36a0c3d63fd25cd1493de65