[SCM] Packaging the irrlicht game engine branch, debian/link-against-needed-libs, updated. bf6fc3338d96de28ed52855371d373db39c6220c

Christoph Egger Christoph.Egger at gmx.de
Sun Apr 19 13:57:12 UTC 2009


The following commit has been merged in the debian/link-against-needed-libs branch:
commit bf6fc3338d96de28ed52855371d373db39c6220c
Author: Christoph Egger <Christoph.Egger at gmx.de>
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



More information about the Pkg-games-commits mailing list