[Buildroot] [PATCH] php: fix typo for fileinfo extension

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Mar 27 14:43:07 UTC 2013


As reported by Aleksandar <aleksandar.zivkovic at gmail.com> in bug #6140

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/php/php.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/php/php.mk b/package/php/php.mk
index 692ceb8..515244d 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -57,7 +57,7 @@ PHP_CONF_OPT += $(if $(BR2_PACKAGE_PHP_EXT_SOCKETS),--enable-sockets) \
 		$(if $(BR2_PACKAGE_PHP_EXT_CTYPE),--enable-ctype) \
 		$(if $(BR2_PACKAGE_PHP_EXT_FILTER),--enable-filter) \
 		$(if $(BR2_PACKAGE_PHP_EXT_CALENDAR),--enable-calendar) \
-		$(if $(BR2_PACKAGE_PHP_EXT_FILENIFO),--enable-fileinfo) \
+		$(if $(BR2_PACKAGE_PHP_EXT_FILEINFO),--enable-fileinfo) \
 		$(if $(BR2_PACKAGE_PHP_EXT_BCMATH),--enable-bcmath)
 
 ifeq ($(BR2_PACKAGE_PHP_EXT_OPENSSL),y)
-- 
1.8.1.5



More information about the buildroot mailing list