Skip to content

Commit 454b02e

Browse files
committed
sdk: utf8proc: Patch to disable -fPIC
1 parent 95e34ce commit 454b02e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)