]> git.pld-linux.org Git - packages/php.git/blob - php-config-dir.patch
remove unused patches: bug-test-pcntl-55479, buff_ovf, threads-acfix, uint32_t
[packages/php.git] / php-config-dir.patch
1 diff -urNp -x '*.orig' php-5.6.40.org/scripts/php-config.in php-5.6.40/scripts/php-config.in
2 --- php-5.6.40.org/scripts/php-config.in        2019-01-09 10:54:13.000000000 +0100
3 +++ php-5.6.40/scripts/php-config.in    2021-08-23 23:19:24.372461461 +0200
4 @@ -4,6 +4,7 @@ SED="@SED@"
5  prefix="@prefix@"
6  datarootdir="@datarootdir@"
7  exec_prefix="@exec_prefix@"
8 +sysconfdir='@sysconfdir@'
9  version="@PHP_VERSION@"
10  vernum="@PHP_VERSION_ID@"
11  include_dir="@includedir@/php"
12 @@ -55,6 +56,8 @@ case "$1" in
13    echo $extension_dir;;
14  --include-dir)
15    echo $include_dir;;
16 +--sysconfdir)
17 +  echo $sysconfdir;;
18  --php-binary)
19    echo $php_binary;;
20  --php-sapis)
21 @@ -76,6 +79,7 @@ Options:
22    --ldflags           [$ldflags]
23    --libs              [$libs]
24    --extension-dir     [$extension_dir]
25 +  --sysconfdir        [$sysconfdir]
26    --include-dir       [$include_dir]
27    --man-dir           [$man_dir]
28    --php-binary        [$php_binary]
This page took 0.099966 seconds and 3 git commands to generate.