summaryrefslogtreecommitdiff
path: root/010-mupen64plus-ui-console-pie.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-22 18:13:58 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-22 18:13:58 -0800
commitd9e7d6452310793d5da861fb03a98b3fcd296dc4 (patch)
tree92bd85ed3d4727ae2969187d48d44419df927325 /010-mupen64plus-ui-console-pie.patch
parentpkgrel (diff)
downloadmupen64plus-d9e7d6452310793d5da861fb03a98b3fcd296dc4.tar.xz
Fix build
Diffstat (limited to '010-mupen64plus-ui-console-pie.patch')
-rw-r--r--010-mupen64plus-ui-console-pie.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/010-mupen64plus-ui-console-pie.patch b/010-mupen64plus-ui-console-pie.patch
new file mode 100644
index 0000000..39f89de
--- /dev/null
+++ b/010-mupen64plus-ui-console-pie.patch
@@ -0,0 +1,11 @@
+--- a/source/mupen64plus-ui-console/projects/unix/Makefile
++++ b/source/mupen64plus-ui-console/projects/unix/Makefile
+@@ -84,8 +84,6 @@ endif
+ ifeq ($(PIE), 1)
+ CFLAGS += -fPIE
+ LDFLAGS += -pie
+-else
+- CFLAGS += -fno-PIE
+ endif
+
+ # set special flags per-system