]> git.pld-linux.org Git - packages/gexiv2.git/commitdiff
- link with libm (required on x86_64, won't hurt on other archs) auto/th/gexiv2-0_2_2-2
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 3 Jan 2011 09:23:50 +0000 (09:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- Release: 2

Changed files:
    gexiv2.spec -> 1.9

gexiv2.spec

index d5c25efb67b3d38c959d9231ebd1e91b504487c4..5a304c3fda3940346c313f05223e6d8b5c5688d2 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       GObject-based wrapper around the  Exiv2 library
 Name:          gexiv2
 Version:       0.2.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://yorba.org/download/gexiv2/0.2/lib%{name}-%{version}.tar.bz2
@@ -46,7 +46,8 @@ gexiv2 static library
 ./configure --prefix=%{_prefix}
 
 %{__make} \
-       LIB="%{_lib}"
+       LIB="%{_lib}" \
+       LDFLAGS="-lm"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.129643 seconds and 4 git commands to generate.