Magellan Linux

Contents of /trunk/util-linux/patches/util-linux-2.12r-fdisk-frame-pointers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 355 byte(s)
-import

1 --- fdisk/Makefile.orig 2005-10-15 14:30:56.000000000 +0000
2 +++ fdisk/Makefile 2005-10-15 14:33:02.000000000 +0000
3 @@ -6,6 +6,9 @@
4 include ../make_include
5 include ../MCONFIG
6
7 +# fdisk when built with ssp and omiting -fomit-frame-pointer causes fdisk/cfdisk/sfdisk to not see the device
8 +CFLAGS += -fno-omit-frame-pointer
9 +
10 MAN8=
11 SBIN=
12 CFDISK=cfdisk