mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
12 lines
288 B
Diff
12 lines
288 B
Diff
--- a/source/CMakeLists.txt
|
|
+++ b/source/CMakeLists.txt
|
|
@@ -212,7 +212,7 @@
|
|
add_definitions(-std=gnu++98)
|
|
endif()
|
|
if(ENABLE_PIC)
|
|
- add_definitions(-fPIC)
|
|
+ add_definitions(-fPIC -DPIC)
|
|
endif(ENABLE_PIC)
|
|
if(NATIVE_BUILD)
|
|
if(INTEL_CXX)
|