overlay/app-emulation/libguestfs/files/1.28/0103_disable_php_bindings_makefile.patch
2020-01-15 18:07:31 +01:00

14 lines
231 B
Diff

diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,9 +88,6 @@
if HAVE_HASKELL
SUBDIRS += haskell
endif
-if HAVE_PHP
-SUBDIRS += php
-endif
if HAVE_ERLANG
SUBDIRS += erlang erlang/examples
endif