From 2c41577edaa26a7f09c1727dcc2c9f2758e2deff Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 10 Nov 2010 13:34:04 -0500 Subject: smpeg: configure with --disable-rpath Otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host system. Signed-off-by: Michael Smith --- recipes/smpeg/smpeg_svn.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes/smpeg/smpeg_svn.bb') diff --git a/recipes/smpeg/smpeg_svn.bb b/recipes/smpeg/smpeg_svn.bb index 394270d711..8213877f92 100644 --- a/recipes/smpeg/smpeg_svn.bb +++ b/recipes/smpeg/smpeg_svn.bb @@ -7,15 +7,17 @@ PROVIDES = "smpeg" PV = "0.4.5+svnr${SRCPV}" PE = "2" SRCREV = "387" +PR = "r1" -SRC_URI = "svn://svn.icculus.org/smpeg/;module=trunk" +SRC_URI = "svn://svn.icculus.org/smpeg/;module=trunk \ + file://add-disable-rpath.patch" S = "${WORKDIR}/trunk" inherit autotools binconfig EXTRA_OECONF = "--disable-gtktest --disable-opengl-player --without-x \ - --without-gtk --disable-gtk-player" + --without-gtk --disable-gtk-player --disable-rpath" do_configure_prepend () { touch NEWS AUTHORS ChangeLog -- cgit 1.2.3-korg