Changeset 36344 for main


Ignore:
Timestamp:
2022-07-29T12:07:49+12:00 (21 months ago)
Author:
kjdon
Message:

not supposed to be a space in bash line at top. Also, despite this being bash, still need to call Configure with bash for openssl. TODO - check what happens with macs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/build-src/packages/configure

    r36343 r36344  
    1 #! /bin/bash
     1#!/bin/bash
    22
    33PACKAGES=`pwd`
     
    194194    # we found that the following needs bash to run as running it directly here (from within ant)
    195195    # as ./Configure had an error, even though the command worked fine on the command line
    196     ./Configure --prefix=$PACKAGES/openssl --openssldir=$PACKAGES/openssl  no-shared $GS_OPENSSL_HOST
     196    bash ./Configure --prefix=$PACKAGES/openssl --openssldir=$PACKAGES/openssl  no-shared $GS_OPENSSL_HOST
    197197    ssl_status=$?
    198198
Note: See TracChangeset for help on using the changeset viewer.