Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/dbhub/files: dbhub-gentoo.patch
Date: Tue, 29 Jun 2010 19:53:58
Message-Id: 20100629195352.E200A2C3ED@corvid.gentoo.org
1 ssuominen 10/06/29 19:53:52
2
3 Modified: dbhub-gentoo.patch
4 Log:
5 Fix building with -Wl,--as-needed wrt #276928 by Diego E. Pettenò.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 net-p2p/dbhub/files/dbhub-gentoo.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch?r1=1.5&r2=1.6
14
15 Index: dbhub-gentoo.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/dbhub/files/dbhub-gentoo.patch,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- dbhub-gentoo.patch 25 Feb 2008 14:41:11 -0000 1.5
22 +++ dbhub-gentoo.patch 29 Jun 2010 19:53:52 -0000 1.6
23 @@ -1,15 +1,25 @@
24 ---- configure.orig 2008-02-25 15:28:29.000000000 +0100
25 -+++ configure 2008-02-25 15:28:52.000000000 +0100
26 -@@ -4926,12 +4926,6 @@
27 - fi
28 +--- configure.ac
29 ++++ configure.ac
30 +@@ -115,7 +115,7 @@
31 + AC_MSG_CHECKING([Perl LD Objs])
32 + AC_MSG_RESULT([$perl_ldd])
33 + CPPFLAGS="$CPPFLAGS $perl_ccflags"
34 +- LDFLAGS="$LDFLAGS $perl_ld"
35 ++ LIBS="$LIBS $perl_ld"
36 + MISSING_PERL_HEADERS=""
37 + AC_CHECK_HEADERS([EXTERN.h perl.h],,HAVE_PERL="false"; MISSING_PERL_HEADERS="$ac_header $MISSING_PERL_HEADERS",[[#if HAVE_EXTERN_H
38 + #include <EXTERN.h>
39 +@@ -141,13 +141,6 @@
40
41 + AM_CONDITIONAL([BNLS],[test "$want_nls" = "yes"])
42
43 +-dnl Check if config directory exists.
44 -if test ! -d $HOME/.dbhub; then
45 - echo "creating config directory: $HOME/.dbhub"
46 - mkdir $HOME/.dbhub
47 - chmod 700 $HOME/.dbhub;
48 -fi
49 -
50 - ac_config_files="$ac_config_files Makefile src/Makefile"
51 + AC_OUTPUT(Makefile src/Makefile)
52
53 - cat >confcache <<\_ACEOF
54 + echo -e "\n\e@<:@1m-------------------------------------------------\e@<:@0m"