summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-08-09 18:40:55 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-08-09 18:40:55 +0000
commit26c4c9179852d25d565657d099ffba0085be9bd4 (patch)
tree45ef554cf8a4cb6f530ac491f5a4cc31e75fc5ba /app-laptop/lphdisk
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-26c4c9179852d25d565657d099ffba0085be9bd4.tar.gz
gentoo-2-26c4c9179852d25d565657d099ffba0085be9bd4.tar.bz2
gentoo-2-26c4c9179852d25d565657d099ffba0085be9bd4.zip
Respect LDFLAGS wrt bug 331787. Thanks to Diego for report.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/lphdisk')
-rw-r--r--app-laptop/lphdisk/ChangeLog8
-rw-r--r--app-laptop/lphdisk/files/lphdisk-0.9.1-gentoo.patch2
2 files changed, 7 insertions, 3 deletions
diff --git a/app-laptop/lphdisk/ChangeLog b/app-laptop/lphdisk/ChangeLog
index b2f269fdf980..e51548a67ced 100644
--- a/app-laptop/lphdisk/ChangeLog
+++ b/app-laptop/lphdisk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/lphdisk
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/lphdisk/ChangeLog,v 1.9 2008/12/14 16:57:30 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/lphdisk/ChangeLog,v 1.10 2010/08/09 18:40:54 xarthisius Exp $
+
+ 09 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org>
+ files/lphdisk-0.9.1-gentoo.patch:
+ Respect LDFLAGS wrt bug 331787. Thanks to Diego for report.
14 Dec 2008; <ssuominen@gentoo.org> lphdisk-0.9.1-r2.ebuild:
x86 stable wrt #250263
diff --git a/app-laptop/lphdisk/files/lphdisk-0.9.1-gentoo.patch b/app-laptop/lphdisk/files/lphdisk-0.9.1-gentoo.patch
index 07e6423acc73..73e1b5a715f4 100644
--- a/app-laptop/lphdisk/files/lphdisk-0.9.1-gentoo.patch
+++ b/app-laptop/lphdisk/files/lphdisk-0.9.1-gentoo.patch
@@ -226,7 +226,7 @@ diff -ur lphdisk-0.9.1.orig/Makefile lphdisk-0.9.1/Makefile
- cd $(LRMIDIR) && $(MAKE) $@
- cp $(LRMIDIR)/lrmi.o .
+lphdisk: lphdisk.o
-+ $(CC) $(CFLAGS) -o lphdisk lphdisk.o $(LIBS)
++ $(CC) $(LDFLAGS) $(CFLAGS) -o lphdisk lphdisk.o $(LIBS)
-%.h: $(LRMIDIR)/%.h
- cp $^ $@