syslinux: bump to version 4.06
Signed-off-by: Daniel Price <daniel.price@gmail.com> Tested-by: Will Moore <will.moore@beraninstruments.com> Tested-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
99fc6299db
commit
c12b067226
@ -1,15 +0,0 @@
|
||||
Author: Micah Gersten <micahg@ubuntu.com>
|
||||
Description: Fix build failure with --as-needed (Closes: #654838).
|
||||
|
||||
diff -Naurp syslinux.orig/utils/Makefile syslinux/utils/Makefile
|
||||
--- syslinux.orig/utils/Makefile 2011-12-23 14:53:26.653571511 +0100
|
||||
+++ syslinux/utils/Makefile 2012-01-22 18:55:03.849466924 +0100
|
||||
@@ -51,7 +51,7 @@ isohdpfx.c: $(ISOHDPFX) isohdpfxarray.pl
|
||||
$(PERL) isohdpfxarray.pl $(ISOHDPFX) > $@
|
||||
|
||||
isohybrid: isohybrid.o isohdpfx.o
|
||||
- $(CC) $(LDFLAGS) -luuid -o $@ $^
|
||||
+ $(CC) $(LDFLAGS) -o $@ $^ -luuid
|
||||
|
||||
gethostip: gethostip.o
|
||||
$(CC) $(LDFLAGS) -o $@ $^
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
SYSLINUX_VERSION = 4.05
|
||||
SYSLINUX_VERSION = 4.06
|
||||
SYSLINUX_SOURCE = syslinux-$(SYSLINUX_VERSION).tar.bz2
|
||||
SYSLINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/boot/syslinux/4.xx/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user