Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > bff36d4564d774413d398cf2335957be > files > 11

libvalhalla-2.0.0-10.mga5.src.rpm


# HG changeset patch
# User Mathieu Schroeter <mathieu@schroetersa.ch>
# Date 1288721530 -3600
# Node ID b2a802ea4523037c7dce8c0f3f3e3246c0894392
# Parent  d55c481c83062361e15bfa465fdc5132e09a0cf3
-lrt is needed with libvalhalla-test for linking with clock_gettime

diff -r d55c481c8306 -r b2a802ea4523 configure
--- a/configure	Sun Oct 10 14:27:01 2010 +0200
+++ b/configure	Tue Nov 02 19:12:10 2010 +0100
@@ -1003,6 +1003,7 @@
     fi
   else
     add_pkgconfig_libs -lrt
+    add_ldflags -lrt
   fi
 fi