Use libjson.so if available (SL 6.0)
r3258 | dcl | 2011-10-17 17:22:27 +1100 (Mon, 17 Oct 2011) | 1 line
This commit is contained in:
@@ -76,7 +76,7 @@ else
|
||||
endif
|
||||
|
||||
# JSON-C
|
||||
LIB_JSON := $(firstword $(wildcard /usr/lib/libjson.a /usr/local/lib/libjson.a))
|
||||
LIB_JSON := $(firstword $(wildcard /usr/lib/libjson.so /usr/lib/libjson.a /usr/local/lib/libjson.a))
|
||||
ifeq (,$(LIB_JSON))
|
||||
$(warning LIB_JSON not found)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user