[SCM] gpac/master: Don't set C or C++ compiler to use. Allow the build system to pick the default.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Oct 29 06:26:01 UTC 2010


The following commit has been merged in the master branch:
commit b8cefbd66b30f2e55238d8ab4879f25dac7cd1d7
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Fri Oct 29 02:22:35 2010 -0400

    Don't set C or C++ compiler to use. Allow the build system to pick the default.

diff --git a/debian/rules b/debian/rules
index 30c1c1d..0c70a78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ override_dh_auto_configure:
 	chmod 755 configure
 	dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \
 	--extra-cflags="-fPIC -DPIC -I/usr/include/mozjs -DXP_UNIX" \
-	--cc="$(CC)" CXX="$(CXX)" --enable-joystick --disable-ssl
+	--enable-joystick --disable-ssl
 
 override_dh_auto_install:
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr \

-- 
gpac packaging



More information about the pkg-multimedia-commits mailing list