• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/boot/syslinux/syslinux-build-fix-for-uuid.patch
Aras VaichasAras Vaichas committed d2ff1ac2b3405 Jul 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Author: Micah Gersten <micahg@ubuntu.com>
2
Description: Fix build failure with --as-needed (Closes: #654838).
3
​
4
diff -Naurp syslinux.orig/utils/Makefile syslinux/utils/Makefile
5
--- syslinux.orig/utils/Makefile       2011-12-23 14:53:26.653571511 +0100
6
+++ syslinux/utils/Makefile    2012-01-22 18:55:03.849466924 +0100
7
@@ -51,7 +51,7 @@ isohdpfx.c: $(ISOHDPFX) isohdpfxarray.pl
8
    $(PERL) isohdpfxarray.pl $(ISOHDPFX) > $@
9
​
10
 isohybrid: isohybrid.o isohdpfx.o
11
-   $(CC) $(LDFLAGS) -luuid -o $@ $^
12
+   $(CC) $(LDFLAGS) -o $@ $^ -luuid
13
​
14
 gethostip: gethostip.o
15
    $(CC) $(LDFLAGS) -o $@ $^
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.