From: Otavio Salvador Date: Thu, 11 Sep 2008 23:47:51 +0000 (-0300) Subject: libvncserver: fix build properly applying autoconf patch X-Git-Tag: Release-2010-05/1~5687 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfada083d19474ea7136801b0b49b350fc8dfc44;p=openembedded.git libvncserver: fix build properly applying autoconf patch --- diff --git a/packages/vnc/libvncserver_0.9.1.bb b/packages/vnc/libvncserver_0.9.1.bb index a6027e7918..c7ea06f0af 100644 --- a/packages/vnc/libvncserver_0.9.1.bb +++ b/packages/vnc/libvncserver_0.9.1.bb @@ -10,7 +10,7 @@ PR = "r1" DEFAULT_PREFERENCE = "-1" SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz \ - file://configure_ac.patch \ + file://configure_ac.patch;patch=1 \ file://clientlogger.patch;patch=1" S = "${WORKDIR}/LibVNCServer-${PV}"