Gentoo Archives: gentoo-dev

From: Sebastian Werner <sebastian@××××××××××××××××××.de>
To: gentoo-dev@××××××××××.org
Subject: AW: [gentoo-dev] KDE 2.2 questions
Date: Mon, 20 Aug 2001 00:17:10
Message-Id: BLEMKJBINAFGJOKNKPIFIEEACBAA.sebastian@werner-productions.de
In Reply to: [gentoo-dev] KDE 2.2 questions by Viktor Lakics
1 I think it's not enables - the prelinking. You need the program objprelink
2 and
3 must patch all objects with this. While this program does't support
4 many files at the commandline i would try with a small script extension
5 between
6 'make' and 'make install' in the kde ebuild files:
7
8 for obj in `find . -name "*.o"`; do
9 objprelink $obj
10 touch $obj
11 done
12
13 When ebuild executes make install, make will detect that the objects have
14 changed
15 and will relink all the files.
16
17 I like that we can enable/disable this with a USE-flag
18
19 Thanks,
20
21 Sebastian
22
23
24 -----Ursprüngliche Nachricht-----
25 Von: gentoo-dev-admin@××××××××××.org
26 [mailto:gentoo-dev-admin@××××××××××.org]Im Auftrag von Viktor Lakics
27 Gesendet: Sonntag, 19. August 2001 23:42
28 An: gentoo-dev@××××××××××.org
29 Betreff: [gentoo-dev] KDE 2.2 questions
30
31
32 Dear Gentoers,
33
34 I have just emerged KDE2.2 (kdebase and kdenetwork) and konqi does not know
35 about SSL. It says (at the config options) this module was not linked with
36 OpenSSL. I have openssl installed, KDE2.1.1 worked with it just fine. How
37 can I make KDE2.2 aware of my openssl?
38
39 Also, is the object-file prelinking enabled after installation? How can I
40 enable it? My "senior" machine needs some faster KDE program startup
41 badly...
42
43 Thanks in advance for any help...
44
45 Viktor
46
47
48
49
50 _______________________________________________
51 gentoo-dev mailing list
52 gentoo-dev@××××××××××.org
53 http://cvs.gentoo.org/mailman/listinfo/gentoo-dev