Changeset 16223

Show
Ignore:
Timestamp:
04/24/08 20:24:27 (5 months ago)
Author:
piotras
Message:

Remove EXTRA_LDFLAGS for mac osx

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/apis/php5/mkall

    r8821 r16223  
    2323unset CFLAGS 
    2424export CFLAGS='-g -Wall -fno-strict-aliasing ' 
    25 # Compile on Mac OSX 
    26 uname | grep Darwin > /dev/null 2>&1 
    27 if [ $? -eq 0 ]; then 
    28 export EXTRA_LDFLAGS='-m ' 
    29 fi 
    3025 
    3126# Enable the last parameter for MMP with cache features fixed