Re: libprelude-config doesn't provide information for runtime linking
Till Dörges <[email protected]> Sun, 19 Jul 2009 09:38:09 +0200
| Newsgroups | gmane.comp.security.ids.prelude.devel |
|---|---|
| Organization | PRESENSE Technologies GmbH |
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --------------020605020906060207040103 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 19.07.2009 09:35, Till D=C3=B6rges wrote: > the executive summary is, that the output from 'libprelude-config --ldf= lags' is empty > where I believe it shouldn't. IMHO it should return the information tha= t's needed for > the run-time linker (see attached patch, feel free to use it as you wis= h). The patch should have been the other way around. Either apply with 'patch= --reverse' or use the newly attached version. Sorry. Regards -- Till --=20 Dipl.-Inform. Till D=C3=B6rges [email protected] PRESENSE Technologies GmbH Sachsenstr. 5, D-20097 HH Gesch=C3=A4ftsf=C3=BChrer/Managing Directors AG Hamburg, HRB 107844 Till D=C3=B6rges J=C3=BCrgen Sander Axel Theilmann --------------020605020906060207040103 Content-Type: text/x-patch; name="libprelude-config.in.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="libprelude-config.in.patch" *** libprelude-config.in.orig 2009-05-12 09:49:42.000000000 +0200 --- libprelude-config.in 2009-07-19 08:59:14.000000000 +0200 *************** *** 70,75 **** --- 70,76 ---- ;; --ldflags) + echo "-Wl,-rpath -Wl,@libdir@" ;; --c++) --------------020605020906060207040103 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Prelude-devel site list [email protected] http://lists.prelude-ids.org/mailman/listinfo/prelude-devel --------------020605020906060207040103--