changeset 2:23ebff671a20 draft default tip

Also build shared libraries, needed for e.g. the python3 package
author jankanis
date Thu, 22 May 2014 11:10:59 -0400
parents 1c167e73d30f
children
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu May 22 06:26:08 2014 -0400
+++ b/tool_dependencies.xml	Thu May 22 11:10:59 2014 -0400
@@ -19,7 +19,7 @@
                       <package name="perl" version="5.18.1" />
                     </repository>
                 </action>
-                <action type="shell_command">./config --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action>
                 <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries 
                     https://bugs.archlinux.org/task/35868
                 -->
@@ -46,11 +46,11 @@
                 <action type="make_install" />
                 <action type="set_environment">
                   <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
-                    <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
-                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
-                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
-		    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                  <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                  <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                  <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                  <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                  <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                 </action>
             </actions>
         </install>
@@ -60,7 +60,7 @@
 
             https://www.openssl.org/
 
-	    This Galaxy package is a direct copy of the iuc package_openssl_1_0 package, but wraps openssl 1.0.1g which fixes the heartbleed vulnerability.
+            This Galaxy package is a direct copy of the iuc package_openssl_1_0 package, but wraps openssl 1.0.1g which fixes the heartbleed vulnerability.
         </readme>
     </package>
 </tool_dependency>