Changeset 26670


Ignore:
Timestamp:
2013-01-10T16:10:35+13:00 (11 years ago)
Author:
davidb
Message:

Makefile.in in tar-ball tweaked to allow cross-compilation using mingw under Linux to produce Windows native binaries. Details are in the README file

Location:
main/trunk/greenstone2/build-src/packages/wget
Files:
2 edited

Legend:

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

    r16292 r26670  
    3434
    3535
     362013/01/09 - [email protected] Make minor change to src/Makefile.in so the code compiles under minGW cross-compiler running on Linux
     37diff -r wget-1.13.4/src/Makefile.in wget-1.13.4.MINGW/src/Makefile.in
     381136a1137,1143
     39>
     40> ifeq ($(GSDLOS),windows)
     41>   # Compiling wget with MinGW
     42>   CFLAGS += -DIN6_ARE_ADDR_EQUAL=IN6_ADDR_EQUAL
     43>   LIBS += -lws2_32
     44> endif
     45>
Note: See TracChangeset for help on using the changeset viewer.