lbry-android/p4a/pythonforandroid/recipes/libmysqlclient/disable-soname.patch

12 lines
460 B
Diff
Raw Normal View History

2017-08-13 03:24:00 +02:00
--- libmysqlclient/libmysqlclient/CMakeLists.txt 2013-02-27 00:25:45.000000000 -0600
+++ b/libmysqlclient/CMakeLists.txt 2016-01-11 13:48:41.672323738 -0600
@@ -24,6 +24,8 @@
SET(CMAKE_BUILD_TYPE "Release")
ENDIF(NOT CMAKE_BUILD_TYPE)
+SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "")
+
# This reads user configuration, generated by configure.js.
IF(WIN32 AND EXISTS ${CMAKE_SOURCE_DIR}/win/configure.data)
INCLUDE(${CMAKE_SOURCE_DIR}/win/configure.data)