Changeset 2134 for swish-e/branches

Show
Ignore:
Timestamp:
04/18/08 17:11:04 (8 months ago)
Author:
augur
Message:

Bugfix: This is a bash script and should not assume /bin/sh is bash.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • swish-e/branches/2.6/src/win32/build.sh

    r1763 r2134  
    1 #!/bin/sh 
     1#!/bin/bash 
    22# This script documents how to build SWISH-E for Win32 under Linux 
    33 
     
    2626        --target=${HA} \ 
    2727        --build=${BA} \ 
    28         --with-libxml2=$PWD/../libxml2 \ 
    29         --with-zlib=$PWD/../zlib \ 
    30         --with-pcre=$PWD/../pcre \ 
    31         --enable-shared 
     28        --with-libxml2=$PWD/../prefix \ 
     29        --with-zlib=$PWD/../prefix \ 
     30        --with-pcre=$PWD/../prefix \ 
     31        --with-db=$PWD/../prefix \ 
     32        --enable-shared \ 
     33        CFLAGS=$PWD/../prefix/include \ 
     34        LDFLAGS=$PWD/../prefix/lib \ 
     35        LIBS=-ldb-4.5 
    3236 
    3337# Build Binaries 
  • swish-e/branches/2.6/src/win32/dist.sh

    r1763 r2134  
    1 #!/bin/sh 
     1#!/bin/bash 
    22 
    33# You need a native Linux version of makensis.  This is not easy to come by.