From ea151060545fe0bcaee12f2a4500e229842784a6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Jun 2014 12:03:57 +0200 Subject: lxpolkit: fix autoconf build --- .../lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch | 11 +++++++++++ recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch diff --git a/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch new file mode 100644 index 0000000..37917ac --- /dev/null +++ b/recipes-lxde/lxpolkit/lxpolkit-0.1.0/lxpolkit-configure-ac.patch @@ -0,0 +1,11 @@ +--- lxpolkit-0.1.0/configure.ac~ 2014-04-30 17:18:26.000000000 +0200 ++++ lxpolkit-0.1.0/configure.ac 2014-04-30 18:03:32.625295807 +0200 +@@ -5,7 +5,7 @@ + + AC_PREREQ([2.63]) + AC_INIT([lxpolkit], [0.1.0], [http://lxde.org/]) +-AM_INIT_AUTOMAKE([-Wall -Werror foreign]) ++AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) + + AC_CONFIG_HEADERS([config.h]) + diff --git a/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb b/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb index 2617274..4395560 100644 --- a/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb +++ b/recipes-lxde/lxpolkit/lxpolkit_0.1.0.bb @@ -11,7 +11,9 @@ DEPENDS = "glib-2.0 gtk+ polkit" SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${P}.tar.gz \ file://lxpolkit_missing_am_prog_cc_c_0.patch \ - file://lxpolkit_remove_gnu_make_extension.patch" + file://lxpolkit_remove_gnu_make_extension.patch \ + file://lxpolkit-configure-ac.patch \ +" SRC_URI[md5sum] = "2597b00035fe1d695219e0f9bfa8c26f" SRC_URI[sha256sum] = "511affca8f55adc67031fb3627b9889064c685e4b983737d8deecdf4f94f008b" -- cgit v1.2.3