Fix DSO linking issue 20120416030503/pspp
authorPeter Lemenkov <lemenkov@gmail.com>
Sun, 15 Apr 2012 16:09:59 +0000 (20:09 +0400)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 15 Apr 2012 23:23:24 +0000 (16:23 -0700)
We must explicitly list every required library in case then linker is built
with default behaviour which prevents implicit DSO linking.

See this for the details on DSO Linking issues:

http://fedoraproject.org/wiki/UnderstandingDSOLinkChange

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>

No differences found