Stop building libarchive shared lib
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e0e718a7b3
commit
2f0ab547ee
2 changed files with 12 additions and 2 deletions
11
deps/Makefile
vendored
11
deps/Makefile
vendored
|
@ -98,9 +98,16 @@ $(DEP_PATH)/lib/%.a:
|
||||||
MACHINE=$(MACHINE)$(MACHINE_SUFFIX) \
|
MACHINE=$(MACHINE)$(MACHINE_SUFFIX) \
|
||||||
-C $(DEP_PATH) lib/$*.a
|
-C $(DEP_PATH) lib/$*.a
|
||||||
|
|
||||||
$(DEP_PATH)/lib/libarchive.a: $(DEP_PATH)/lib/libzstd.a
|
# skip libarchive shared lib
|
||||||
|
$(DEP_PATH)/lib/libarchive.a: $(DEP_PATH)/lib/libzstd.a $(DEP_PATH)/libarchive-3.4.3/.stamp-patched
|
||||||
|
|
||||||
$(DEP_PATH)/lib/libarchive_static.a: $(DEP_PATH)/lib/libzstd.a
|
$(DEP_PATH)/lib/libarchive_static.a: $(DEP_PATH)/lib/libzstd.a $(DEP_PATH)/libarchive-3.4.3/.stamp-patched
|
||||||
|
|
||||||
|
$(DEP_PATH)/libarchive-3.4.3/.stamp-patched:
|
||||||
|
$(MAKE) -C $(DEP_PATH) libarchive-3.4.3
|
||||||
|
sed -i -e "238,243d" $(DEP_PATH)/libarchive-3.4.3/libarchive/CMakeLists.txt
|
||||||
|
sed -i -e "s/TARGETS archive archive_static/TARGETS archive_static/" $(DEP_PATH)/libarchive-3.4.3/libarchive/CMakeLists.txt
|
||||||
|
touch $@
|
||||||
|
|
||||||
ifeq ($(MACOS),true)
|
ifeq ($(MACOS),true)
|
||||||
# zstd cmake is borked, see https://github.com/facebook/zstd/issues/1401
|
# zstd cmake is borked, see https://github.com/facebook/zstd/issues/1401
|
||||||
|
|
|
@ -33,7 +33,10 @@ ArableInstruments 48756.0
|
||||||
squinkylabs-plug1 48682.0
|
squinkylabs-plug1 48682.0
|
||||||
SonusModular 45245.0
|
SonusModular 45245.0
|
||||||
LindenbergResearch 43959.0
|
LindenbergResearch 43959.0
|
||||||
|
|
||||||
Geodesics 42761.0
|
Geodesics 42761.0
|
||||||
|
https://github.com/MarcBoule/Geodesics
|
||||||
|
|
||||||
mscHack 42316.0
|
mscHack 42316.0
|
||||||
BaconMusic 42095.0
|
BaconMusic 42095.0
|
||||||
HetrickCV 42077.0
|
HetrickCV 42077.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue