Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sun, 3 Oct 2004 12:13:50 +0000 (12:13 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 3 Oct 2004 12:13:50 +0000 (12:13 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages

2004/10/03 14:13:40+02:00 uni-frankfurt.de!mickeyl
fix do_compile. guys, could you please stop committing before testing?
on a related note, all libxine are broken anyway. could someone try the configure mechanism to undef HAVE_X11 and HAVE_XV in every case?

BKrev: 415fecfe9gGjzn67w3QvvudjRD2_bA

libxine/libxine_1.0.0-beta12.oe

index 905ed70..d7fa291 100644 (file)
@@ -36,7 +36,7 @@ do_configure() {
 }
 
 do_compile() {
-       oe_runmake LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool OGG_LIBS=$(STAGING_LIBDIR)/libogg.so
+       oe_runmake LIBTOOL=${STAGING_BINDIR}/${TARGET_PREFIX}libtool OGG_LIBS=${STAGING_LIBDIR}/libogg.so
 }
 
 do_stage() {