summaryrefslogtreecommitdiffstats
path: root/mustache-pr34.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-08 12:34:50 +0200
committerRemi Collet <remi@remirepo.net>2017-06-08 12:34:50 +0200
commit7e0af6d69fbc915ce3760984fbc180fee51c7249 (patch)
tree53b3d57eaa9dfee6be3598fe15e73c5a7151dd22 /mustache-pr34.patch
parent3b269efd7bce0ec087c82d2a6a1b3bfeb3098b2e (diff)
new package
Diffstat (limited to 'mustache-pr34.patch')
-rw-r--r--mustache-pr34.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/mustache-pr34.patch b/mustache-pr34.patch
new file mode 100644
index 0000000..d8ab8f9
--- /dev/null
+++ b/mustache-pr34.patch
@@ -0,0 +1,21 @@
+From bb038a0b28a8b5b2b12fe2ebd1873726d1feeed9 Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@remirepo.net>
+Date: Thu, 8 Jun 2017 11:35:56 +0200
+Subject: [PATCH] use proper command for build
+
+---
+ config.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/config.m4 b/config.m4
+index b795b02..51c3ef4 100644
+--- a/config.m4
++++ b/config.m4
+@@ -69,6 +69,6 @@ if test "$PHP_MUSTACHE" != "no"; then
+ PHP_ADD_INCLUDE($LIBMUSTACHE_DIR/include/mustache)
+
+ PHP_SUBST(MUSTACHE_SHARED_LIBADD)
+- PHP_NEW_EXTENSION(mustache, $PHP_MUSTACHE_SOURCES, $ext_shared, , $PHP_MUSTACHE_FLAGS)
++ PHP_NEW_EXTENSION(mustache, $PHP_MUSTACHE_SOURCES, $ext_shared, , $PHP_MUSTACHE_FLAGS, cxx)
+ fi
+