carlwgeorge / rpms / php

Forked from rpms/php 5 years ago
Clone
1826c14
1826c14
Install phpize into libdir.
1826c14
1826c14
--- php-5.0.2/scripts/Makefile.frag.phpize64
1826c14
+++ php-5.0.2/scripts/Makefile.frag
1826c14
@@ -4,7 +4,7 @@
1826c14
 #
1826c14
 
1826c14
 phpincludedir = $(includedir)/php
1826c14
-phpbuilddir = $(prefix)/lib/php/build
1826c14
+phpbuilddir = $(libdir)/php/build
1826c14
 
1826c14
 BUILD_FILES = \
1826c14
 	scripts/phpize.m4 \
1826c14
--- php-5.0.2/scripts/phpize.in.phpize64
1826c14
+++ php-5.0.2/scripts/phpize.in
1826c14
@@ -2,7 +2,7 @@
1826c14
 
1826c14
 # Variable declaration
1826c14
 prefix='@prefix@'
1826c14
-phpdir="$prefix/lib/php/build"
1826c14
+phpdir="@libdir@/php/build"
1826c14
 includedir="$prefix/include/php"
1826c14
 builddir="`pwd`"
1826c14