mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
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>
11 lines
270 B
Text
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)
|