commit 06c2ce816b3d86b786f69173a0e908052a53908f
parent 449d389154b1f8d950951aa11a03d8d73b8de820
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 26 Jun 2023 16:43:47 +0200
Delete the PCFLAGS_SHARED macro from the Makefile
Some version of pkg-config do not support the --shared option. We
therefore delete the macro that defines it.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/config.mk b/config.mk
@@ -18,7 +18,6 @@ RANLIB = ranlib
################################################################################
# Dependencies
################################################################################
-PCFLAGS_SHARED = --shared
PCFLAGS_STATIC = --static
PCFLAGS = $(PCFLAGS_$(LIB_TYPE))