summaryrefslogtreecommitdiff
path: root/tools/debian/patches/weechat_debian_stretch.patch
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-09-27 16:21:58 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-09-27 16:59:41 +0200
commit2c453f9710914835849e070c5f888a7fbe61180b (patch)
treedc526a9a9f4a3dc6dfda5534b41df40390b9bfe9 /tools/debian/patches/weechat_debian_stretch.patch
parentcac4107f547b14fd081fdddd24616299be24efa1 (diff)
downloadweechat-2c453f9710914835849e070c5f888a7fbe61180b.zip
build: add patch for Debian Stretch, Raspbian Stretch and Ubuntu Zesty/Yakkety/Xenial to use PHP 7.0 instead of 7.1
Diffstat (limited to 'tools/debian/patches/weechat_debian_stretch.patch')
-rw-r--r--tools/debian/patches/weechat_debian_stretch.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/debian/patches/weechat_debian_stretch.patch b/tools/debian/patches/weechat_debian_stretch.patch
new file mode 100644
index 000000000..a1230e465
--- /dev/null
+++ b/tools/debian/patches/weechat_debian_stretch.patch
@@ -0,0 +1,26 @@
+diff --git a/debian-devel/control b/debian-devel/control
+index 04fc76a41..d776aea16 100644
+--- a/debian-devel/control
++++ b/debian-devel/control
+@@ -16,7 +16,7 @@ Build-Depends:
+ tcl8.6-dev,
+ guile-2.0-dev,
+ libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
+- php7.1-dev, libphp7.1-embed,
++ php7.0-dev, libphp7.0-embed,
+ libcurl4-gnutls-dev,
+ libgcrypt20-dev,
+ libgnutls28-dev,
+diff --git a/debian-stable/control b/debian-stable/control
+index 68a501262..cfc285fe6 100644
+--- a/debian-stable/control
++++ b/debian-stable/control
+@@ -16,7 +16,7 @@ Build-Depends:
+ tcl8.6-dev,
+ guile-2.0-dev,
+ libv8-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel],
+- php7.1-dev, libphp7.1-embed,
++ php7.0-dev, libphp7.0-embed,
+ libcurl4-gnutls-dev,
+ libgcrypt20-dev,
+ libgnutls28-dev,