Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
fix: specify lcurl in pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 22, 2022
1 parent febc6ef commit 316e950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfitsio.pc.in
Expand Up @@ -7,6 +7,6 @@ Name: cfitsio
Description: FITS File Subroutine Library
URL: https://heasarc.gsfc.nasa.gov/fitsio/
Version: @CFITSIO_MAJOR@.@CFITSIO_MINOR@.@CFITSIO_MICRO@
Libs: -L${libdir} -lcfitsio
Libs: -L${libdir} -lcfitsio -lcurl
Libs.private: -lm @LIBS@
Cflags: -I${includedir}

0 comments on commit 316e950

Please sign in to comment.