]> granicus.if.org Git - php/commitdiff
Use a symlink instead of copying the +6MB library archive during install
authorSascha Schumann <sas@php.net>
Mon, 13 Aug 2001 22:34:25 +0000 (22:34 +0000)
committerSascha Schumann <sas@php.net>
Mon, 13 Aug 2001 22:34:25 +0000 (22:34 +0000)
sapi/thttpd/config.m4

index 90e536a3ae7308e39e1f38c3782fdf4bd9ca4786..9cfd2a88cfbff147d4a4e9e1905679b5e1b51848 100644 (file)
@@ -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"