From d116854268ec3f3254bb1af924126f6e1ac704e7 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Thu, 15 Dec 2022 15:38:58 -0500 Subject: [PATCH] Exclude libarchive from exported libraries in libRack. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 47221629..bb791134 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ endif # Some libraries aren't needed by plugins and might conflict with DAWs that load libRack, so make their symbols local to libRack instead of global (default). LDFLAGS += -Wl,--exclude-libs,libzstd.a +LDFLAGS += -Wl,--exclude-libs,libarchive.a LDFLAGS += -Wl,--exclude-libs,librtmidi.a LDFLAGS += -Wl,--exclude-libs,librtaudio.a