summaryrefslogtreecommitdiff
path: root/dev-libs/json-parser
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/json-parser')
-rw-r--r--dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
index a551d83b795c..6fd9ed14039b 100644
--- a/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
+++ b/dev-libs/json-parser/json-parser-1.1.0_p20211208.ebuild
@@ -68,7 +68,7 @@ python_test() {
}
src_test() {
- edo $(tc-getCC) ${CFLAGS} -I. ${CPPFLAGS} ${LDFLAGS} -o tests/test tests/test.c json.o
+ edo $(tc-getCC) ${CFLAGS} -I. ${CPPFLAGS} ${LDFLAGS} -o tests/test tests/test.c json.o -lm
pushd tests > /dev/null || die
edo ./test
use python && distutils-r1_src_test