From patchwork Wed Jul 4 13:04:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aras Vaichas X-Patchwork-Id: 168981 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id E53182C0089 for ; Wed, 4 Jul 2012 23:05:46 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 52EECA02E1; Wed, 4 Jul 2012 13:05:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hbm5uMliDWlP; Wed, 4 Jul 2012 13:05:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7C47CA01FC; Wed, 4 Jul 2012 13:05:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 5C2928F753 for ; Wed, 4 Jul 2012 13:05:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 081328D365 for ; Wed, 4 Jul 2012 13:05:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d-6NXTg6Gcfl for ; Wed, 4 Jul 2012 13:05:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qa0-f43.google.com (mail-qa0-f43.google.com [209.85.216.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id BFF098D339 for ; Wed, 4 Jul 2012 13:05:35 +0000 (UTC) Received: by qadb33 with SMTP id b33so4382348qad.16 for ; Wed, 04 Jul 2012 06:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=BjoPWhJzS4hMtVbrqstksJhqd7MTblWhz/b+h1Wir4M=; b=G6j8bi+oka114+UjaRSNowK5tGXyZXNsqAY+re2xnrtE+J6XeZvPHj1RHtnq1uN/s7 kjeaxi1cdGABrJfMbTnguour1SSaqckVyAk8Gv5FrkZxw78qZksIFIHvsDS2YCdht+G0 clDyuA/9GY/bGq+z4GlK9kGfS+AREA+c9BKWkDrgZ6kx6zQk4xNu2yhyCfie6dIqHVYX Sh08T8+hVB43opLG5LeWb/I+sUO44wwg04TawucKWBupWkhcPk+u8z2eSG7uThWGayRg 2b/2Py5//OP7UH608GiC0Wts/xgobD+Vl9Y1AUctx7kTaZZ165pBnGaLjMLxa8oNcUcD +Eug== Received: by 10.224.221.206 with SMTP id id14mr37884069qab.52.1341407134451; Wed, 04 Jul 2012 06:05:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.27.131 with HTTP; Wed, 4 Jul 2012 06:04:54 -0700 (PDT) From: Aras Vaichas Date: Wed, 4 Jul 2012 14:04:54 +0100 Message-ID: To: Buildroot Mailing List Subject: [Buildroot] [PATCH] syslinux: bump to 4.05 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net * bump syslinux from 4.04 to 4.05 * add patch to fix build problem with 4.05, see http://old.nabble.com/syslinux-fails-to-build-td34112447.html Signed-off-by: Aras Vaichas --- syslinux-build-fix-for-uuid.patch | 15 +++++++++++++++ syslinux.mk | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff -Naur a/boot/syslinux/syslinux-build-fix-for-uuid.patch b/boot/syslinux/syslinux-build-fix-for-uuid.patch --- a/boot/syslinux/syslinux-build-fix-for-uuid.patch 1970-01-01 01:00:00.000000000 +0100 +++ b/boot/syslinux/syslinux-build-fix-for-uuid.patch 2012-07-04 13:19:05.263191733 +0100 @@ -0,0 +1,15 @@ +Author: Micah Gersten +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 $@ $^ buildroot mailing list buildroot@busybox.net http://lists.busybox.net/mailman/listinfo/buildroot diff -Naur a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk --- a/boot/syslinux/syslinux.mk 2012-07-04 13:01:21.650250091 +0100 +++ b/boot/syslinux/syslinux.mk 2012-07-04 11:25:35.169427290 +0100 @@ -4,7 +4,7 @@ # ############################################################# -SYSLINUX_VERSION = 4.04 +SYSLINUX_VERSION = 4.05 SYSLINUX_SOURCE = syslinux-$(SYSLINUX_VERSION).tar.bz2 SYSLINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/boot/syslinux/4.xx/ _______________________________________________