From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=DATE_IN_PAST_06_12, DKIM_ADSP_NXDOMAIN,DMARC_MISSING,INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from moutvdom01.kundenserver.de ([195.20.224.200]) by cvs.gentoo.org with esmtp (Exim 3.30 #1) id 15YiN4-00043S-00 for gentoo-dev@cvs.gentoo.org; Mon, 20 Aug 2001 00:17:10 -0600 Received: from [195.20.224.208] (helo=mrvdom01.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15YiNO-0008Ik-00 for gentoo-dev@cvs.gentoo.org; Mon, 20 Aug 2001 08:17:30 +0200 Received: from p3ee221ae.dip.t-dialin.net ([62.226.33.174] helo=kissthree) by mrvdom01.schlund.de with smtp (Exim 2.12 #2) id 15YiNN-0002qj-00 for gentoo-dev@cvs.gentoo.org; Mon, 20 Aug 2001 08:17:29 +0200 From: "Sebastian Werner" To: Subject: AW: [gentoo-dev] KDE 2.2 questions Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org X-Reply-To: List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Mon Aug 20 00:18:01 2001 X-Original-Date: Mon, 20 Aug 2001 08:18:09 +0200 X-Archives-Salt: 90465f4f-6fd3-4946-9dad-69a84567a9ed X-Archives-Hash: 625552859d3b273ca6426af01fc06510 I think it's not enables - the prelinking. You need the program objprelink and must patch all objects with this. While this program does't support many files at the commandline i would try with a small script extension between 'make' and 'make install' in the kde ebuild files: for obj in `find . -name "*.o"`; do objprelink $obj touch $obj done When ebuild executes make install, make will detect that the objects have changed and will relink all the files. I like that we can enable/disable this with a USE-flag Thanks, Sebastian -----Ursprüngliche Nachricht----- Von: gentoo-dev-admin@cvs.gentoo.org [mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von Viktor Lakics Gesendet: Sonntag, 19. August 2001 23:42 An: gentoo-dev@cvs.gentoo.org Betreff: [gentoo-dev] KDE 2.2 questions Dear Gentoers, I have just emerged KDE2.2 (kdebase and kdenetwork) and konqi does not know about SSL. It says (at the config options) this module was not linked with OpenSSL. I have openssl installed, KDE2.1.1 worked with it just fine. How can I make KDE2.2 aware of my openssl? Also, is the object-file prelinking enabled after installation? How can I enable it? My "senior" machine needs some faster KDE program startup badly... Thanks in advance for any help... Viktor _______________________________________________ gentoo-dev mailing list gentoo-dev@cvs.gentoo.org http://cvs.gentoo.org/mailman/listinfo/gentoo-dev