]> git.pld-linux.org Git - packages/php.git/blame - php-builddir.patch
Rel 24; use crypt() from system
[packages/php.git] / php-builddir.patch
CommitLineData
791b59e4
JR
1diff -urNp -x '*.orig' php-5.6.40.org/scripts/Makefile.frag php-5.6.40/scripts/Makefile.frag
2--- php-5.6.40.org/scripts/Makefile.frag 2019-01-09 10:54:13.000000000 +0100
3+++ php-5.6.40/scripts/Makefile.frag 2021-08-23 23:19:13.635805958 +0200
c0240cb1 4@@ -4,7 +4,7 @@
5 #
6
7 phpincludedir = $(includedir)/php
8-phpbuilddir = $(libdir)/build
9+phpbuilddir = $(libdir)/php/build
10
11 BUILD_FILES = \
12 scripts/phpize.m4 \
791b59e4
JR
13diff -urNp -x '*.orig' php-5.6.40.org/scripts/phpize.in php-5.6.40/scripts/phpize.in
14--- php-5.6.40.org/scripts/phpize.in 2019-01-09 10:54:13.000000000 +0100
15+++ php-5.6.40/scripts/phpize.in 2021-08-23 23:19:13.635805958 +0200
16@@ -4,7 +4,7 @@
c0240cb1 17 prefix='@prefix@'
791b59e4 18 datarootdir='@datarootdir@'
c0240cb1 19 exec_prefix="`eval echo @exec_prefix@`"
20-phpdir="`eval echo @libdir@`/build"
21+phpdir="`eval echo @libdir@`/php/build"
22 includedir="`eval echo @includedir@`/php"
23 builddir="`pwd`"
791b59e4 24 SED="@SED@"
This page took 0.300564 seconds and 4 git commands to generate.