From: Dan F. <dfa...@us...> - 2009-12-15 23:26:47
|
Update of /cvsroot/libexif/libexif In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20661 Modified Files: ChangeLog libexif.pc.in Log Message: 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. Index: libexif.pc.in =================================================================== RCS file: /cvsroot/libexif/libexif/libexif.pc.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -d -r1.3 -r1.4 --- libexif.pc.in 17 May 2007 14:57:25 -0000 1.3 +++ libexif.pc.in 15 Dec 2009 23:26:33 -0000 1.4 @@ -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} Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.343 retrieving revision 1.344 diff -u -p -d -r1.343 -r1.344 --- ChangeLog 11 Dec 2009 08:13:17 -0000 1.343 +++ ChangeLog 15 Dec 2009 23:26:33 -0000 1.344 @@ -1,3 +1,9 @@ +2009-12-15 Dan Fandrich <da...@co...> + + * 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 <da...@co...> * Added tag 0xEA1C, the Padding tag from the Microsoft HD Photo |