rpms/avidemux/devel avidemux.spec,1.89,1.90

Richard Shaw hobbes1069 at rpmfusion.org
Mon Mar 3 20:58:08 CET 2014


Author: hobbes1069

Update of /cvs/free/rpms/avidemux/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24997

Modified Files:
	avidemux.spec 
Log Message:
Add the correct linker flag.


Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/devel/avidemux.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- avidemux.spec	3 Mar 2014 18:47:54 -0000	1.89
+++ avidemux.spec	3 Mar 2014 19:58:08 -0000	1.90
@@ -156,7 +156,7 @@
 
 %build
 # Build avidemux_core
-LDFLAGS="-lm -Wl,--as-needed";export LDFLAGS
+LDFLAGS="-lc -Wl,--as-needed";export LDFLAGS
 rm -rf build_core && mkdir build_core && pushd build_core
 %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
        ../avidemux_core


More information about the rpmfusion-commits mailing list