You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/oidc-agent/files/oidc-agent-4.0.2_makefile-l...

12 lines
448 B

--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@
# USE_CJSON_SO ?= $(shell /sbin/ldconfig -N -v $(sed 's/:/ /g' <<< $LD_LIBRARY_PATH) 2>/dev/null | grep -i libcjson >/dev/null && echo 1 || echo 0)
USE_CJSON_SO ?= 0
-USE_LIST_SO ?= $(shell /sbin/ldconfig -N -v $(sed 's/:/ /g' <<< $LD_LIBRARY_PATH) 2>/dev/null | grep -i liblist >/dev/null && echo 1 || echo 0)
+USE_LIST_SO ?= 0
ifeq ($(USE_CJSON_SO),1)
DEFINE_USE_CJSON_SO = -DUSE_CJSON_SO