[libvirt] [libvirt-php][PATCH 1/4] Get php cflags at configure

Neal Gompa ngompa13 at gmail.com
Thu Apr 21 11:15:03 UTC 2016


Looks good here.

On Thu, Apr 21, 2016 at 5:51 AM, Michal Privoznik <mprivozn at redhat.com> wrote:
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  configure.ac    | 5 +++++
>  src/Makefile.am | 4 ++--
>  2 files changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 7a634ca..2d05465 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -156,6 +156,11 @@ if test "x$PHPIZE" = "xno"; then
>      AC_MSG_ERROR([phpize not found; please install the PHP SDK])
>  fi
>
> +PHP_CFLAGS=$($PHPCONFIG --includes)
> +PHP_LDFLAGS=$($PHPCONFIG --ldflags)
> +AC_SUBST(PHP_CFLAGS)
> +AC_SUBST(PHP_LDFLAGS)
> +
>  LIBVIRT_CHECK_PHP_EXTENSIONDIR
>  LIBVIRT_CHECK_PHP_CONFDIR
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 05ae534..d988a32 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -1,15 +1,15 @@
> -PHPINC=$(shell $(PHPCONFIG) --includes)
>  DEFINES=-DHAVE_CONFIG_H
>  WL=@WL@
>  SHLIB_FLAGS=@SHLIB_FLAGS@
>
>  AM_CFLAGS = \
> -       $(PHPINC) $(LIBXML_CFLAGS) \
> +       $(PHP_CFLAGS) $(LIBXML_CFLAGS) \
>         $(LIBVIRT_CFLAGS) $(QEMU_CFLAGS) $(DEFINES) \
>         -I$(top_srcdir)/winsrc
>
>  AM_LDFLAGS = \
>         $(SHLIB_LDFLAGS) \
> +       $(PHP_LDFLAGS) \
>         $(LIBXML_LIBS) \
>         $(LIBVIRT_LIBS) \
>         $(QEMU_LIBS)
> --
> 2.7.3
>
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list



-- 
真実はいつも一つ!/ Always, there's only one truth!




More information about the libvir-list mailing list