mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-27 18:45:05 +00:00
21 lines
445 B
Diff
21 lines
445 B
Diff
--- ./SimulIDE.pro. 2025-03-04 12:54:36.378570897 +0200
|
|
+++ ./SimulIDE.pro 2025-03-04 12:58:58.563786643 +0200
|
|
@@ -32,7 +32,7 @@
|
|
}
|
|
linux {
|
|
OS = Linux
|
|
- QMAKE_LFLAGS += -no-pie
|
|
+ QMAKE_LFLAGS += -fPIE
|
|
}
|
|
macx {
|
|
OS = MacOS
|
|
@@ -41,7 +41,7 @@
|
|
/usr/local/Cellar/libelf/0.8.13_1/include/libelf
|
|
|
|
LIBS += /usr/local/lib/libelf.a
|
|
- QMAKE_LFLAGS += -no-pie
|
|
+ QMAKE_LFLAGS += -fPIE
|
|
}
|
|
|
|
include(./SimulIDE.pri)
|