From bff6cc3c3ff6f6f6fe4a015f06955b6a30bffb58 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Fri, 16 Sep 2005 18:52:33 +0000 Subject: [PATCH] contrib/src/Makefile: libvorbis now supports --host, so let's use it --- extras/contrib/src/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 6537c51235..3b4ae548d5 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -50,7 +50,7 @@ export PATH = $(PREFIX)/bin:.:/boot/home/config/bin:/bin:/boot/apps:/boot/prefer export LIBRARY_PATH = $(PREFIX)/lib:%A/lib:/boot/home/config/lib:/boot/beos/system/lib else # Cross compiling from Linux -export PATH = $(PREFIX)/bin:/opt/cross-tools/bin:/usr/bin:/bin +export PATH = $(PREFIX)/bin:/opt/beos-tools/bin:/opt/cross-tools/bin:/usr/bin:/bin endif endif @@ -512,11 +512,9 @@ libvorbis: libvorbis-$(VORBIS_VERSION).tar.gz $(EXTRACT_GZ) .vorbis: libvorbis .ogg -# libvorbis' configure doesn't handle --host -# FIXME: shared libs disabled for now because configure thinks we should -# link the .so to -lc when cross-compiling to BeOS (-> fails) -# -- titer 2005/02/12 - (cd $<; $(HOSTCC) ./configure --prefix=$(PREFIX) --disable-shared && make && make install) +# FIXME: shared libs disabled for now because of linking errors +# -- titer 2005/09/16 + (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared && make && make install) # $(INSTALL_NAME) touch $@ -- 2.39.5