External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
319B

  1. --- serd-0.18.2.orig/serd.pc.in
  2. +++ serd-0.18.2/serd.pc.in
  3. @@ -6,6 +6,6 @@ includedir=@INCLUDEDIR@
  4. Name: Serd
  5. Version: @SERD_VERSION@
  6. Description: Lightweight RDF syntax library
  7. -Libs: -L${libdir} -l@LIB_SERD@
  8. +Libs: -L${libdir} -l@LIB_SERD@ -lm
  9. Libs.private: -lm
  10. Cflags: -I${includedir}/serd-@SERD_MAJOR_VERSION@