summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-08-13 22:34:25 +0000
committerSascha Schumann <sas@php.net>2001-08-13 22:34:25 +0000
commit98304ba6a0274263cb4f1f49e1905dd231b00217 (patch)
tree4e2d65f645c441888b9935974d44fd8d02bc482b
parentd1881c8e266eeef8a0ab854280ca70f48fb01c51 (diff)
downloadphp-git-98304ba6a0274263cb4f1f49e1905dd231b00217.tar.gz
Use a symlink instead of copying the +6MB library archive during install
-rw-r--r--sapi/thttpd/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4
index 90e536a3ae..9cfd2a88cf 100644
--- a/sapi/thttpd/config.m4
+++ b/sapi/thttpd/config.m4
@@ -9,7 +9,7 @@ AC_ARG_WITH(thttpd,
echo 'PHP_LDFLAGS = \$(NATIVE_RPATHS) \$(PHP_LDFLAGS)' >> $THTTPD/php_makefile; \
echo 'PHP_CFLAGS = \$(COMMON_FLAGS) \$(CFLAGS) \$(CPPFLAGS) \$(EXTRA_CFLAGS)' >> $THTTPD/php_makefile; \
\$(LN_S) $abs_srcdir/sapi/thttpd/thttpd.c $THTTPD/php_thttpd.c; \
- cp $abs_srcdir/sapi/thttpd/php_thttpd.h $SAPI_STATIC $THTTPD;\
+ \$(LN_S) $abs_srcdir/sapi/thttpd/php_thttpd.h $SAPI_STATIC $THTTPD/;\
test -f $THTTPD/php_patched || \
(cd $THTTPD && patch < $abs_srcdir/sapi/thttpd/thttpd_patch && touch php_patched)"
PHP_THTTPD="yes, using $THTTPD"