The following commit has been merged in the debian/link-against-needed-libs 
branch:
commit bf6fc3338d96de28ed52855371d373db39c6220c
Author: Christoph Egger <[email protected]>
Date:   Sat Apr 18 19:05:56 2009 +0200

    Link against libs replacing the ones that were shiped in code

diff --git a/source/Irrlicht/Makefile b/source/Irrlicht/Makefile
index 04f9826..4ec711d 100644
--- a/source/Irrlicht/Makefile
+++ b/source/Irrlicht/Makefile
@@ -76,7 +76,7 @@ LIB_PATH = ../../lib/$(SYSTEM)
 INSTALL_DIR = /usr/local/lib
 sharedlib: SHARED_LIB = libIrrlicht.so
 staticlib sharedlib: LDFLAGS += --no-export-all-symbols --add-stdcall-alias
-sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lX11
+sharedlib: LDFLAGS += -L/usr/X11R6/lib$(LIBSELECT) -lGL -lXxf86vm -lX11 -lz 
-lpng -ljpeg
 staticlib sharedlib: CXXINCS += -I/usr/X11R6/include
 
 #OSX specific options

-- 
Packaging the irrlicht game engine

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to