summaryrefslogtreecommitdiffstats
path: root/mustache-pr34.patch
blob: d8ab8f9de534664c73bb0e5ab14ab52645d26df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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