summaryrefslogtreecommitdiff
path: root/lib/php
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-10-09 00:03:11 +0200
committerJens Geyer <jensg@apache.org>2019-10-10 01:28:55 +0200
commit224b43ec7e916d2d588ad356762553fe2181aea5 (patch)
tree13a2088d565ba8eb90db706daa7c739731127f74 /lib/php
parenta0c5f32c31e5692ae28051899319cc6b03cfe291 (diff)
downloadthrift-224b43ec7e916d2d588ad356762553fe2181aea5.tar.gz
THRIFT-4874: Thrift 0.12.0 Source Distribution (.tar.gz) Contains Hardlinks - Extract Fails
Client: Build system Patch: Jens Geyer This closes #1894 The patch contains a modified version of tar.m4. The --hard-dereference option prevents from a situation, where symlinks (used in the compiler/src subtree) get converted into hard links.
Diffstat (limited to 'lib/php')
-rwxr-xr-xlib/php/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/php/Makefile.am b/lib/php/Makefile.am
index 7fdebe102..ce353f0e6 100755
--- a/lib/php/Makefile.am
+++ b/lib/php/Makefile.am
@@ -140,7 +140,6 @@ EXTRA_DIST = \
src/ext/thrift_protocol/config.w32 \
src/ext/thrift_protocol/php_thrift_protocol.cpp \
src/ext/thrift_protocol/php_thrift_protocol.h \
- src/ext/thrift_protocol/run-tests.php \
src/Thrift.php \
src/TStringUtils.php \
coding_standards.md \