From: Dan Fandrich Date: Tue, 15 Dec 2009 23:26:33 +0000 (-0800) Subject: libexif.pc.in: Move -lm flag into Libs.private since it's only X-Git-Tag: libexif-0_6_21-release~62 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f1d38a0b284ef75d2d36a081f4437ec3ef9ff73;p=platform%2Fupstream%2Flibexif.git libexif.pc.in: Move -lm flag into Libs.private since it's only needed when statically linking. A future enhancement would be to make even this dependent on the check for -lm done in configure. --- diff --git a/ChangeLog b/ChangeLog index 02791b3..bee0b44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-15 Dan Fandrich + + * libexif.pc.in: Move -lm flag into Libs.private since it's only + needed when statically linking. A future enhancement would be to + make even this dependent on the check for -lm done in configure. + 2009-12-11 Dan Fandrich * Added tag 0xEA1C, the Padding tag from the Microsoft HD Photo diff --git a/libexif.pc.in b/libexif.pc.in index 14cfdbd..107ab89 100644 --- a/libexif.pc.in +++ b/libexif.pc.in @@ -7,5 +7,6 @@ Name: libexif Description: Library for easy access to EXIF data Requires: Version: @VERSION@ -Libs: -L${libdir} -lexif -lm +Libs: -L${libdir} -lexif +Libs.private: -lm Cflags: -I${includedir}