Author: jem256
Update of /cvs/nonfree/rpms/dolphin-emu/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4867
Modified Files:
dolphin-emu.spec
Log Message:
Attempting another bypass method for polarssl
Index: dolphin-emu.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dolphin-emu/devel/dolphin-emu.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- dolphin-emu.spec 20 Jul 2015 17:15:32 -0000 1.16
+++ dolphin-emu.spec 20 Jul 2015 18:05:57 -0000 1.17
@@ -78,7 +78,8 @@
#Change in library name from polarssl to mbedtls
sed -i 's/polarssl H/mbedtls 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
+sed -i 's/unset(POLARSSL_WORKS CACHE)/set(POLARSSL_WORKS TRUE)/g'
CMakeTests/FindPolarSSL.cmake
+sed -i 's/POLARSSL_WORKS)/POLARSSL_DONTCARE)/g' CMakeTests/FindPolarSSL.cmake
###Remove all Bundled Libraries except Bochs:
cd Externals
Show replies by date