summaryrefslogtreecommitdiff
path: root/net-misc/oidc-agent/files/oidc-agent-4.0.2_makefile-liblist-automagic.patch
blob: 1e8765aef9d02d77cbb543dacf333588541e9e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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