[csw-devel] SF.net SVN: gar:[20416] csw/mgar/pkg/openssl1/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Mar 11 11:20:46 CET 2013


Revision: 20416
          http://gar.svn.sourceforge.net/gar/?rev=20416&view=rev
Author:   chninkel
Date:     2013-03-11 10:20:45 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
openssl1/trunk: workaround the missing -ldl option

Modified Paths:
--------------
    csw/mgar/pkg/openssl1/trunk/Makefile

Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile	2013-03-11 09:54:14 UTC (rev 20415)
+++ csw/mgar/pkg/openssl1/trunk/Makefile	2013-03-11 10:20:45 UTC (rev 20416)
@@ -186,8 +186,8 @@
 
 # The new compiler options taken from https://hg.openindiana.org/upstream/oracle/userland-gate/ 
 # added "-z defs" to the linker options. That causes object compilation to fail because
-# they are not linked against libc. This is workaround until I find a better fix.
-EXTRA_LD_OPTIONS = "-lc"
+# they are not linked against libc and libdl (for Sol9). This is workaround until I find a better fix.
+EXTRA_LD_OPTIONS = "-lc -ldl"
 
 # By default, the install target put man pages under
 # /opt/csw/ssl/man, but we want them under /opt/csw/share/man

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list