diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-03-22 10:36:34 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-03-22 10:36:34 +0000 |
commit | 8f4e2366f08fd0ad6903d3bc4b149352ea0443f6 (patch) | |
tree | d20d55e3b5e9336405f5f1bba05c2c0fc4cd55fc /user/lilo/cflags.patch | |
parent | 7a8eb9c1a4a9c2f3e3a3228266bcba74ab298c23 (diff) | |
parent | 4c63cae23bf6fc07dfe85c0aa2b9b7701cf28933 (diff) | |
download | packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.tar.gz packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.tar.bz2 packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.tar.xz packages-8f4e2366f08fd0ad6903d3bc4b149352ea0443f6.zip |
Merge branch 'lilo' into 'master'
Add the LILO bootloader
See merge request adelie/packages!412
Diffstat (limited to 'user/lilo/cflags.patch')
-rw-r--r-- | user/lilo/cflags.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/lilo/cflags.patch b/user/lilo/cflags.patch new file mode 100644 index 000000000..253d77a33 --- /dev/null +++ b/user/lilo/cflags.patch @@ -0,0 +1,13 @@ +Ensure our CFLAGS are being used + +--- lilo-24.2/src/Makefile 2015-11-21 17:50:25.000000000 -0600 ++++ lilo-24.2/src/Makefile 2020-03-19 04:48:25.069499686 -0500 +@@ -22,7 +22,7 @@ LD86=ld86 -0 + NASM=nasm + G=`cat foo1 foo2 | grep version | cut -d " " -f 3` + +-CFLAGS=$(OPT) -Wall $(PCONFIG) ++CFLAGS+=-Wall $(PCONFIG) + LIBS=$(DEVMAPPER) + + OBJS=lilo.o raid.o map.o geometry.o boot.o device.o common.o bsect.o cfg.o \ |