Your message dated Tue, 12 Jun 2012 07:08:54 +0200
with message-id <[email protected]>
and subject line Re: Bug#677177: Upstream has Fix building with --as-needed
has caused the Debian Bug report #677177,
regarding Upstream has Fix building with --as-needed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
677177: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677177
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: syslinux
Severity: minor
For your information:
Upstream has Debian patch '008-as-needed' included.
----- Forwarded message from syslinux-bot for Micah Gersten <[email protected]>
-----
Date: Mon, 11 Jun 2012 15:42:06 -0700
From: syslinux-bot for Micah Gersten <[email protected]>
To: Syslinux commits mailing list <[email protected]>
Cc: [email protected], [email protected], [email protected]
Subject: [syslinux:master] isohybrid: Fix building with --as-needed
Message-ID: <syslinux-5ccd0a7a5acc75a7f6c286875e1f0c149b8fc...@git.syslinux.org>
X-Mailer: Syslinux-git-log-daemon
Reply-To: [email protected], [email protected], [email protected],
[email protected]
Commit-ID: 5ccd0a7a5acc75a7f6c286875e1f0c149b8fcdb5
Gitweb:
http://www.syslinux.org/commit/5ccd0a7a5acc75a7f6c286875e1f0c149b8fcdb5
Author: Micah Gersten <[email protected]>
AuthorDate: Mon, 11 Jun 2012 15:38:20 -0700
Committer: H. Peter Anvin <[email protected]>
CommitDate: Mon, 11 Jun 2012 15:38:20 -0700
isohybrid: Fix building with --as-needed
The library link order was wrong.
This patch was picked from Ubuntu.
Reported-and-tested-by: Tim Fletcher <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
---
utils/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/utils/Makefile b/utils/Makefile
index 44cb54f..be73993 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -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 $@ $^
_______________________________________________
Syslinux-commits mailing list
[email protected]
http://www.zytor.com/mailman/listinfo/syslinux-commits
----- End forwarded message -----
--
Groeten
Geert Stappers
--
> And is there a policy on top-posting vs. bottom-posting?
Yes.
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 06/12/2012 06:11 AM, Geert Stappers wrote:
> Upstream has Debian patch '008-as-needed' included.
thanks, however, there's no bug here. syslinux in sid has that patch
applied, and there's not much point in having a bug open about the
fact that upstream merged said patch in git.
- --
Address: Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email: [email protected]
Internet: http://people.progress-technologies.net/~daniel.baumann/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk/WzuYACgkQ+C5cwEsrK55tpACdGEvdpJqcB1C2/EVIaeMTuU4E
ZK0An0wvynXNgz7UWZQcSNcO7QYL8pNV
=8kri
-----END PGP SIGNATURE-----
--- End Message ---