diff options
| author | Sascha Schumann <sas@php.net> | 2001-08-14 09:37:25 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-08-14 09:37:25 +0000 |
| commit | 0ccda6283521617d248557193c37dfda2e856d99 (patch) | |
| tree | 1c65a5efb0975f4c41b06b63911b6a85c67afede /sapi/thttpd | |
| parent | 601b4727b6b2308226ae703e36fff79e9700f317 (diff) | |
| download | php-git-0ccda6283521617d248557193c37dfda2e856d99.tar.gz | |
use an absolute path for symlinking the php library archive
Diffstat (limited to 'sapi/thttpd')
| -rw-r--r-- | sapi/thttpd/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/config.m4 b/sapi/thttpd/config.m4 index 9cfd2a88cf..e7252332c2 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; \ - \$(LN_S) $abs_srcdir/sapi/thttpd/php_thttpd.h $SAPI_STATIC $THTTPD/;\ + \$(LN_S) $abs_srcdir/sapi/thttpd/php_thttpd.h $abs_builddir/$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" |
