Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4273
Modified Files:
dolphin-emu.spec
Log Message:
Disable polarssl check
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- dolphin-emu.spec 20 Jul 2015 16:43:13 -0000 1.15
+++ dolphin-emu.spec 20 Jul 2015 17:15:32 -0000 1.16
@@ -77,8 +77,8 @@
sed -i 's/soundtouch.h/SoundTouch.h/g' CMakeLists.txt
#Change in library name from polarssl to mbedtls
sed -i 's/polarssl H/mbedtls H/g' CMakeTests/FindPolarSSL.cmake
-#Missing call to string.h
-sed -i 's/compiles("/compiles("#include <string.h>/g'
CMakeTests/FindPolarSSL.cmake
+#Remove check for POLARSSL_WORKS as it doesn't seem to work
+sed -i 's/ AND POLARSSL_WORKS//g' CMakeLists.txt
###Remove all Bundled Libraries except Bochs:
cd Externals
Show replies by date