view auto/lib/openssl/make @ 12:7da8ea7c4448 NGINX_0_1_6

nginx 0.1.6 *) Bugfix: some location directive combinations with the regular expressions caused the wrong configuration choose.
author Igor Sysoev <http://sysoev.ru>
date Thu, 11 Nov 2004 00:00:00 +0300
parents f0b350454894
children 6f8b0dc0f8dd
line wrap: on
line source


# Copyright (C) Igor Sysoev


case $PLATFORM in
    *)
        echo "$OPENSSL/libssl.a:"                                 >> $MAKEFILE
        echo "	cd $OPENSSL \\"                                   >> $MAKEFILE
        echo "	&& CC=\"\$(CC)\" \\"                              >> $MAKEFILE
        echo "	./config threads no-shared \\"                    >> $MAKEFILE
        echo "	&& \$(MAKE)"                                      >> $MAKEFILE
    ;;

esac

echo                                                              >> $MAKEFILE