]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- outdated
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 May 2012 20:43:58 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dlopen-sonames.patch -> 1.4

dlopen-sonames.patch [deleted file]

diff --git a/dlopen-sonames.patch b/dlopen-sonames.patch
deleted file mode 100644 (file)
index 8823b0c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- chromium-browser-17.0.963.33/src/printing/backend/print_backend_cups.cc~   2012-01-11 10:01:11.000000000 +0200
-+++ chromium-browser-17.0.963.33/src/printing/backend/print_backend_cups.cc    2012-01-15 22:39:36.059522637 +0200
-@@ -60,7 +60,7 @@
-  private:
-   void Init() {
-     gcry_control(GCRYCTL_SET_THREAD_CBS, &gcry_threads_pthread);
--    const char* kGnuTlsFile = "libgnutls.so";
-+    const char* kGnuTlsFile = "libgnutls.so.28";
-     void* gnutls_lib = dlopen(kGnuTlsFile, RTLD_NOW);
-     if (!gnutls_lib) {
-       LOG(ERROR) << "Cannot load " << kGnuTlsFile;
This page took 0.061658 seconds and 4 git commands to generate.