diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-22 18:13:58 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-22 18:13:58 -0800 |
commit | d9e7d6452310793d5da861fb03a98b3fcd296dc4 (patch) | |
tree | 92bd85ed3d4727ae2969187d48d44419df927325 /010-mupen64plus-ui-console-pie.patch | |
parent | pkgrel (diff) | |
download | mupen64plus-d9e7d6452310793d5da861fb03a98b3fcd296dc4.tar.xz |
Fix build
Diffstat (limited to '010-mupen64plus-ui-console-pie.patch')
-rw-r--r-- | 010-mupen64plus-ui-console-pie.patch | 11 |
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 |