[avbin commit] r50 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 14, 2008, 12:27:33 AM12/14/08
to avbin-...@googlegroups.com
Author: Alex.Holkner
Date: Sat Dec 13 21:22:44 2008
New Revision: 50

Modified:
trunk/Makefile.darwin-ppc-32
trunk/Makefile.darwin-x86-32

Log:
Add -lbz2 to OS X linker flags

Modified: trunk/Makefile.darwin-ppc-32
==============================================================================
--- trunk/Makefile.darwin-ppc-32 (original)
+++ trunk/Makefile.darwin-ppc-32 Sat Dec 13 21:22:44 2008
@@ -14,6 +14,7 @@

LIBS = -lSystem \
-lz \
+ -lbz2 \
-L/usr/lib/gcc/powerpc-apple-darwin9/4.0.1 -lgcc \
-lSystemStubs \
/usr/lib/dylib1.o

Modified: trunk/Makefile.darwin-x86-32
==============================================================================
--- trunk/Makefile.darwin-x86-32 (original)
+++ trunk/Makefile.darwin-x86-32 Sat Dec 13 21:22:44 2008
@@ -12,6 +12,7 @@

LIBS = -lSystem \
-lz \
+ -lbz2 \
-L/usr/lib/gcc/i686-apple-darwin9/4.0.1 -lgcc

$(LIBNAME) : $(OBJNAME) $(OUTDIR)

Reply all
Reply to author
Forward
0 new messages