From 78fdc5dd5a6a72e208b744336e750fd09c561bf0 Mon Sep 17 00:00:00 2001 From: Ned Ludd Date: Sun, 17 Apr 2005 20:39:14 +0000 Subject: - corrected compile problems when using pie or ssp while building this package Package-Manager: portage-2.0.51.19 --- net-misc/mknbi/files/mknbi-1.4.3-nossp.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-misc/mknbi/files/mknbi-1.4.3-nossp.patch (limited to 'net-misc/mknbi/files') diff --git a/net-misc/mknbi/files/mknbi-1.4.3-nossp.patch b/net-misc/mknbi/files/mknbi-1.4.3-nossp.patch new file mode 100644 index 000000000000..71289a336c4c --- /dev/null +++ b/net-misc/mknbi/files/mknbi-1.4.3-nossp.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2005-04-17 10:50:53.000000000 -0400 ++++ Makefile 2005-04-17 10:51:17.000000000 -0400 +@@ -18,7 +18,7 @@ + FIRSTRELOCS= 0x92800 0x82800 + OLDGAS:= $(shell $(AS) --version | grep -q '2\.9\.1' && echo -DGAS291) + CFLAGS= -I. -Os -ffreestanding -fstrength-reduce -fomit-frame-pointer \ +- -mcpu=i386 \ ++ -mcpu=i386 -fno-stack-protector -fno-stack-protector-all -fno-pie \ + -Wall -W -Wno-format -Wno-unused -DVERSION=\"$(VERSION)$(EXTRAVERSION)\" + LDBINARYFLAG= --oformat binary + FIRST32SIZE= 6144 -- cgit v1.2.3-65-gdbad