ports/ftp/php56-fastdfs/files/patch-config.m4
Pietro Cerutti 0602db1835 New ports: devel/libfastcommon, ftp/fastdfs, ftp/php(56|70)-fastdfs
FastDFS is an open source high performance distributed file system (DFS).
It's major functions include: file storing, file syncing and file accessing,
and design for high capacity and load balance.

WWW: https://github.com/happyfish100/fastdfs

PR:		213311
Submitted by:	Daniel Ylitalo <daniel@blodan.se>
2016-10-27 05:49:09 +00:00

11 lines
270 B
Text

--- config.m4.orig 2016-08-08 07:17:50 UTC
+++ config.m4
@@ -7,7 +7,7 @@ if test "$PHP_FASTDFS_CLIENT" != "no"; t
PHP_SUBST(FASTDFS_CLIENT_SHARED_LIBADD)
if test -z "$ROOT"; then
- ROOT=/usr
+ ROOT=/usr/local
fi
PHP_ADD_INCLUDE($ROOT/include/fastcommon)