From ec8e3c6425d6e29dc04e4e5c4747a03ea4d61bce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jan 2012 19:46:48 +0100 Subject: php 5.4: add some fedora patches back (dlopen, easter, phpize) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 715f513..b3c5312 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ sign: rpmsign --addsign *.src.rpm /tmp/filtered.spec: $(NAME).spec - sed -e "s/%{phpname}/php/g;s/%{phpconfdir}/%{_sysconfdir}/g;s/%{phpbindir}/%{_bindir}/g;s/%{phpincldir}/%{_includedir}/g" $(NAME).spec >/tmp/filtered.spec + sed -e "s/%{phpname}/php/g;s/%{phpconfdir}/%{_sysconfdir}/g;s/%{phpbindir}/%{_bindir}/g;s/%{phpincldir}/%{_includedir}/g;s/%{_origsysconfdir}/%{_sysconfdir}/g;s/%{_origincludedir}/%{_includedir}/g" $(NAME).spec >/tmp/filtered.spec diff: /tmp/filtered.spec colordiff -u /tmp/filtered.spec /home/extras/GIT/$(NAME)/$(NAME).spec -- cgit