Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/dav/files: dav-0.8.5-asneeded.patch
Date: Tue, 30 Dec 2008 18:35:36
Message-Id: E1LHjRF-0002EH-K5@stork.gentoo.org
1 angelos 08/12/30 18:35:33
2
3 Added: dav-0.8.5-asneeded.patch
4 Log:
5 QA: Respect LDFLAGS and CC (bug 243556), fixed building with --as-needed (bug 246881)
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.1 app-editors/dav/files/dav-0.8.5-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/dav/files/dav-0.8.5-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/dav/files/dav-0.8.5-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: dav-0.8.5-asneeded.patch
15 ===================================================================
16 diff -u -r a/Makefile b/Makefile
17 --- a/Makefile 2004-02-22 02:04:07.000000000 +0100
18 +++ b/Makefile 2008-12-30 19:31:19.000000000 +0100
19 @@ -12,7 +12,7 @@
20 LDFLAGS=-lncurses -O3 -Wall
21
22 dav: $(OBJECTS)
23 - $(CC) $(LDFLAGS) $(OBJECTS) -o dav
24 + $(CC) $(OBJECTS) $(LDFLAGS) -o dav
25
26 install:
27 mkdir -p $(DESTDIR)/usr/bin