From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 18 Jul 2010 22:06:34 +0200 Subject: [Buildroot] [PATCH 5/5] sdl: fix build of other sdl components In-Reply-To: <8739vixzgi.fsf@macbook.be.48ers.dk> (Peter Korsgaard's message of "Sat, 17 Jul 2010 10:52:13 +0200") References: <8739vixzgi.fsf@macbook.be.48ers.dk> Message-ID: <87mxtowo51.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Peter" == Peter Korsgaard writes: >>>>> "Thomas" == Thomas Petazzoni writes: Thomas> The post installation hook of SDL was not being executed, due to an Thomas> incorrect usage of the infrastructure. Moreover, it did not patch Thomas> prefix/exec_prefix in sdl-config as is needed. In addition to that, we Thomas> remove the -Wl,-rpath option from sdl-config, since it is not needed. Peter> Hmm, I don't think that's right - It all build fine for me without this Peter> patch (is it for ext toolchain?), and now the libraries have a rpath to Peter> the staging dir: Peter> powerpc-linux-readelf -a libSDL_gfx.so.13.5.1|grep RPATH Peter> 0x0000000f (RPATH) Library rpath: [/home/peko/source/buildroot/output/staging/usr/lib] Nevermind, we also had the rpath in the past, and it doesn't "really" harm anything. I just did a testbuild of prboom and ran it in qemu without problems. Committed all patches except for the qt one. -- Bye, Peter Korsgaard