From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Tue, 29 Apr 2014 07:22:51 +0200 Subject: [Buildroot] [PATCH 1/1] xlib_libXpm: needs MMU (fork) In-Reply-To: <1398540667-23731-1-git-send-email-bernd.kuhls@t-online.de> References: <1398540667-23731-1-git-send-email-bernd.kuhls@t-online.de> Message-ID: <20140429072251.2ccd99fd@skate> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Bernd Kuhls, On Sat, 26 Apr 2014 21:31:07 +0200, Bernd Kuhls wrote: > Fixes http://autobuild.buildroot.net/results/c57/c571b0a9d9f36a445ea36a4bd609154f9a9bddd5/ > > Signed-off-by: Bernd Kuhls > --- > package/x11r7/xlib_libXpm/Config.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/x11r7/xlib_libXpm/Config.in b/package/x11r7/xlib_libXpm/Config.in > index 528498c..077041a 100644 > --- a/package/x11r7/xlib_libXpm/Config.in > +++ b/package/x11r7/xlib_libXpm/Config.in > @@ -4,5 +4,6 @@ config BR2_PACKAGE_XLIB_LIBXPM > select BR2_PACKAGE_XLIB_LIBXEXT > select BR2_PACKAGE_XLIB_LIBXT > select BR2_PACKAGE_XPROTO_XPROTO > + depends on BR2_USE_MMU # fork() > help > X.Org Xpm library Remember that you need to propagate the BR2_USE_MMU dependency to the reverse dependencies that select xlib_libXpm. So as it is, the patch is not sufficient, as far as I can see. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com