We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36f275 commit c331789Copy full SHA for c331789
sdk/recipes/patches/utf8proc/disable-fPIC.p
@@ -0,0 +1,12 @@
1
+--- CMakeLists.txt.orig
2
++++ CMakeLists.txt
3
+@@ -46,7 +46,8 @@ if (NOT MSVC)
4
+ endif ()
5
+
6
+ set_target_properties (utf8proc PROPERTIES
7
+- POSITION_INDEPENDENT_CODE ON
8
++# POSITION_INDEPENDENT_CODE ON
9
++ POSITION_INDEPENDENT_CODE OFF
10
+ VERSION "${SO_MAJOR}.${SO_MINOR}.${SO_PATCH}"
11
+ SOVERSION ${SO_MAJOR}
12
+ )
0 commit comments