Changeset 11484 for trunk/gsdl


Ignore:
Timestamp:
2006-03-27T13:12:32+12:00 (18 years ago)
Author:
cvs_anon
Message:

set LDFLAGS=-static

Location:
trunk/gsdl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r10856 r11484  
    13981398fi;
    13991399
    1400 LDFLAGS=
     1400LDFLAGS=-static
    14011401if test -z "$CFLAGS"; then
    14021402CFLAGS=-O2
  • trunk/gsdl/configure.in

    r10856 r11484  
    5656
    5757dnl Checks for programs.
    58 LDFLAGS=
     58LDFLAGS=-static
    5959dnl only set CFLAGS if not already set in environment
    6060if test -z "$CFLAGS"; then
Note: See TracChangeset for help on using the changeset viewer.