diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-08-09 18:40:55 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-08-09 18:40:55 +0000 |
commit | 26c4c9179852d25d565657d099ffba0085be9bd4 (patch) | |
tree | 45ef554cf8a4cb6f530ac491f5a4cc31e75fc5ba /app-laptop/lphdisk | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-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/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/lphdisk/files/lphdisk-0.9.1-gentoo.patch | 2 |
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 $^ $@ |