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