[SCM] Packaging the irrlicht game engine branch, debian/link-against-needed-libs, updated. upstream/1.5-96-g789904c

Christoph Egger Christoph.Egger at gmx.de
Sat Feb 6 17:58:11 UTC 2010


The following commit has been merged in the debian/link-against-needed-libs branch:
commit 789904cb955f6cfc15e4599d71e729c44049b829
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sat Feb 6 14:35:34 2010 +0100

    Link against libbz2 as well

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

-- 
Packaging the irrlicht game engine



More information about the Pkg-games-commits mailing list