changeset 528 | 57b7d2522351 |
parent 526 | bd64ec8b0c00 |
child 543 | e3b43338096b |
--- a/makefiledir/Makefile.libdetection Mon Nov 29 23:20:07 2004 +0000 +++ b/makefiledir/Makefile.libdetection Wed Dec 01 11:50:20 2004 +0000 @@ -6,6 +6,8 @@ WIN32:=1 CYGWIN:=1 MINGW:=1 +STATIC:=1 +SKIP_STATIC_CHECK:=1 endif else UNIX:=1 @@ -98,3 +100,9 @@ endif endif endif + +# workaround +# cygwin have problems with libpng, so we will just disable it for now until the problem is solved +ifdef CYGWIN +WITH_PNG:= +endif \ No newline at end of file