nginx-0.0.3-2004-04-05-00:32:09 import

This commit is contained in:
Igor Sysoev
2004-04-04 20:32:09 +00:00
parent c972a3fe27
commit 9a864bd8f8
19 changed files with 374 additions and 180 deletions

View File

@@ -26,7 +26,8 @@ if [ $ZLIB != NONE ]; then
*)
LINK_DEPS="$LINK_DEPS $ZLIB/libz.a"
CORE_LIBS="$CORE_LIBS -L $ZLIB -lz"
CORE_LIBS="$CORE_LIBS $ZLIB/libz.a"
#CORE_LIBS="$CORE_LIBS -L $ZLIB -lz"
;;
esac