summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2005-04-17 20:39:14 +0000
committerNed Ludd <solar@gentoo.org>2005-04-17 20:39:14 +0000
commit78fdc5dd5a6a72e208b744336e750fd09c561bf0 (patch)
tree052f0758a7318d8bbfc22eaec12cf9eb8aaacf33 /net-misc/mknbi/files
parentcompile fixes (diff)
downloadhistorical-78fdc5dd5a6a72e208b744336e750fd09c561bf0.tar.gz
historical-78fdc5dd5a6a72e208b744336e750fd09c561bf0.tar.bz2
historical-78fdc5dd5a6a72e208b744336e750fd09c561bf0.zip
- corrected compile problems when using pie or ssp while building this package
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-misc/mknbi/files')
-rw-r--r--net-misc/mknbi/files/mknbi-1.4.3-nossp.patch11
1 files changed, 11 insertions, 0 deletions
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