IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3874


Ignore:
Timestamp:
May 10, 2005, 12:09:49 AM (21 years ago)
Author:
desonia
Message:

added _XOPEN_SOURCE=500 to allow compilation on Gentoo Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/swig/Makefile.PL

    r3785 r3874  
    3131        'LIBS' => ["$opts{ldflags}"],  # Name of custom libraries
    3232        'OBJECT' => 'pslib_wrap.o',    # Name of object
    33         'OPTIMIZE' => "$opts{cflags} -w", # cflags with disabling of warnings (SWIG generated code generates warnings)
     33        'OPTIMIZE' => "$opts{cflags} -w -D_XOPEN_SOURCE=500", # cflags with disabling of warnings (SWIG generated code generates warnings)
    3434        'LD' => $opts{ld}
    3535);
Note: See TracChangeset for help on using the changeset viewer.