strongswan/src/medsrv
Gerd von Egidy 454faa47de Don't indirectly link dependent libraries.
The default behaviour for ld allows users to 'indirectly' link to required
objects/libraries through intermediate objects/libraries. While this is
convenient, it can also be dangerous because it makes your program's
dependencies tied to the dependencies of other objects.

Beginning with Fedora 13 this will be changed and you need to explicitly
link all dependent libraries.

More details can be found here:
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange

This patch fixes all such cases in strongSwan.
2010-03-19 13:34:53 +01:00
..
controller removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
filter removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00
templates added mediation server web frontend 2008-06-11 14:13:24 +00:00
.gitignore Added medsrv.fcgi to gitignore 2009-10-08 13:10:02 +02:00
Makefile.am Don't indirectly link dependent libraries. 2010-03-19 13:34:53 +01:00
main.c pass NULL to library_init() to load settings from default file 2009-09-10 18:52:42 +02:00
user.c removing svn keyword $Id$ from all files 2009-04-30 13:19:35 +00:00
user.h removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00