diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-03 12:13:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-03 12:13:50 +0000 |
commit | 6480584fcd6516525d0755e8bb2d2a6b1e0b9981 (patch) | |
tree | af7eee181a58bf867880fb12f63cce004f98499b /libxine | |
parent | 7fe0adf92a965a1f5420bdf81faecee99df3dcfe (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'libxine')
-rw-r--r-- | libxine/libxine_1.0.0-beta12.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe index 905ed7040a..d7fa29155e 100644 --- a/libxine/libxine_1.0.0-beta12.oe +++ b/libxine/libxine_1.0.0-beta12.oe @@ -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() { |