Skip to content

Commit f1983a8

Browse files
authored
Merge pull request #167 from Whissi/glibc-2.42-fixes
build: link libfastjson against libm for modf()
2 parents 938c769 + 919f7d2 commit f1983a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libfastjson.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Description: a fast JSON implementation in C
88
Version: @VERSION@
99
Requires:
1010
Libs.private: @LIBS@
11-
Libs: -L${libdir} -lfastjson
11+
Libs: -L${libdir} -lfastjson -lm
1212
Cflags: -I${includedir}/libfastjson

0 commit comments

Comments
 (0)