From f23ab98cc706d521722a6ff70afd639588b5d91e Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 31 Oct 2008 19:25:27 -0200 Subject: libvncserver_0.9.1: fix building using libtool 2.2.4 To allow building using new libtool the whole source needed to be updated. To make it easier we've updated all building scripts using autoreconf and dropping previous included libtool m4 script from acinclude.m4. --- packages/vnc/libvncserver_0.9.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/vnc/libvncserver_0.9.1.bb') diff --git a/packages/vnc/libvncserver_0.9.1.bb b/packages/vnc/libvncserver_0.9.1.bb index c7ea06f0af..488ed0d87f 100644 --- a/packages/vnc/libvncserver_0.9.1.bb +++ b/packages/vnc/libvncserver_0.9.1.bb @@ -11,7 +11,8 @@ DEFAULT_PREFERENCE = "-1" SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz \ file://configure_ac.patch;patch=1 \ - file://clientlogger.patch;patch=1" + file://clientlogger.patch;patch=1 \ + file://autoreconf.patch;patch=1" S = "${WORKDIR}/LibVNCServer-${PV}" # => create libvncserver only -- cgit v1.2.3