[Pkg-chromium-commit] [SCM] Git repository for pkg-chromium branch, master, updated. debian/22.0.1229.94_r161065-1-6-g1ad217c

Giuseppe Iuculano iuculano at debian.org
Sun Dec 2 17:04:14 UTC 2012


The following commit has been merged in the master branch:
commit ac9c032e50fc3491922b0f547e15b9f3f2d611fc
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Sun Dec 2 16:31:35 2012 +0100

    Use explicit library dependencies instead of dlopen

diff --git a/debian/rules b/debian/rules
index 412e608..3379cc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,10 @@ endif
 #disable tcmalloc
 GYP_DEFINES += linux_use_tcmalloc=0
 
+# Use explicit library dependencies instead of dlopen.
+# This makes breakages easier to detect by revdep-rebuild.
+GYP_DEFINES += linux_link_gsettings=1
+
 DEB_HOST_ARCH_CPU := $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 

-- 
Git repository for pkg-chromium



More information about the Pkg-chromium-commit mailing list