pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cJSON: Fix tests, thanks @agc



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Wed Sep 4 12:10:53 2019 +0000
Changeset:	ffb6d034aea4346e0d064b7dd75e831f6a797f94

Modified Files:
	cJSON/Makefile
Removed Files:
	cJSON/TODO

Log Message:
cJSON: Fix tests, thanks @agc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ffb6d034aea4346e0d064b7dd75e831f6a797f94

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cJSON/Makefile | 1 +
 cJSON/TODO     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cJSON/Makefile b/cJSON/Makefile
index 18dc652c7d..2ec9d71b3b 100644
--- a/cJSON/Makefile
+++ b/cJSON/Makefile
@@ -13,6 +13,7 @@ LICENSE=	mit
 USE_CMAKE=	yes
 USE_TOOLS+=	pkg-config
 TEST_TARGET=	test
+TEST_ENV+=	LD_LIBRARY_PATH=${WRKSRC}
 
 PKGCONFIG_OVERRIDE+=	library_config/libcjson_utils.pc.in
 PKGCONFIG_OVERRIDE+=	library_config/libcjson.pc.in
diff --git a/cJSON/TODO b/cJSON/TODO
deleted file mode 100644
index 637350677a..0000000000
--- a/cJSON/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Figure out why tests fail when run with pkgsrc (they pass when run elsewhere)


Home | Main Index | Thread Index | Old Index