[Pkg-sdl-commits] r167 - unstable/sdl-mixer1.2/debian
aurel32 at alioth.debian.org
aurel32 at alioth.debian.org
Wed Jan 2 14:26:05 UTC 2008
Author: aurel32
Date: 2008-01-02 14:26:05 +0000 (Wed, 02 Jan 2008)
New Revision: 167
Modified:
unstable/sdl-mixer1.2/debian/changelog
unstable/sdl-mixer1.2/debian/rules
Log:
+ Pass --enable-music-libmikmod to the configure script to
enable external libmikmod (Closes: #428348).
Modified: unstable/sdl-mixer1.2/debian/changelog
===================================================================
--- unstable/sdl-mixer1.2/debian/changelog 2008-01-02 14:18:51 UTC (rev 166)
+++ unstable/sdl-mixer1.2/debian/changelog 2008-01-02 14:26:05 UTC (rev 167)
@@ -1,7 +1,9 @@
sdl-mixer1.2 (1.2.8-2) unstable; urgency=low
* debian/rules:
- + Fix build with dpkg-buildpackage -j.
+ + Fix build with dpkg-buildpackage -j.
+ + Pass --enable-music-libmikmod to the configure script to
+ enable external libmikmod (Closes: #428348).
-- Aurelien Jarno <aurel32 at debian.org> Wed, 02 Jan 2008 15:18:12 +0100
Modified: unstable/sdl-mixer1.2/debian/rules
===================================================================
--- unstable/sdl-mixer1.2/debian/rules 2008-01-02 14:18:51 UTC (rev 166)
+++ unstable/sdl-mixer1.2/debian/rules 2008-01-02 14:26:05 UTC (rev 167)
@@ -12,7 +12,7 @@
endif
confflags += --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-confflags += --enable-music-native-midi-gpl --disable-music-libmikmod
+confflags += --enable-music-native-midi-gpl --enable-music-libmikmod
confflags += "CPPFLAGS=-Wall"
confflags += "LDFLAGS=-Wl,-z,defs -Wl,-Bsymbolic -Wl,--as-needed"
More information about the pkg-sdl-commits
mailing list