Removing libtar as a dependency. (You have to compile it yourself)
This commit is contained in:
parent
2a53c7e30d
commit
13e1b44325
14
lib/Makefile
14
lib/Makefile
|
|
@ -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
|
||||
Loading…
Reference in New Issue