[csw-devel] SF.net SVN: gar:[20417] csw/mgar/pkg/openssl1/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Mon Mar 11 11:25:54 CET 2013
Revision: 20417
http://gar.svn.sourceforge.net/gar/?rev=20417&view=rev
Author: chninkel
Date: 2013-03-11 10:25:54 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
openssl1/trunk: removed unecessary quotes in Makefile
Modified Paths:
--------------
csw/mgar/pkg/openssl1/trunk/Makefile
Modified: csw/mgar/pkg/openssl1/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssl1/trunk/Makefile 2013-03-11 10:20:45 UTC (rev 20416)
+++ csw/mgar/pkg/openssl1/trunk/Makefile 2013-03-11 10:25:54 UTC (rev 20417)
@@ -187,7 +187,7 @@
# 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 and libdl (for Sol9). This is workaround until I find a better fix.
-EXTRA_LD_OPTIONS = "-lc -ldl"
+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