From d9e7d6452310793d5da861fb03a98b3fcd296dc4 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 22 Nov 2020 18:13:58 -0800 Subject: Fix build --- 010-mupen64plus-ui-console-pie.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 010-mupen64plus-ui-console-pie.patch (limited to '010-mupen64plus-ui-console-pie.patch') 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 -- cgit v1.2.1