Browse Source

port bug 1747766

Bill Gianopoulos 2 years ago
parent
commit
f1bcd98b4e
2 changed files with 33 additions and 0 deletions
  1. 32 0
      comm-central/patches/9999999-port1747766-suite.patch
  2. 1 0
      comm-central/patches/series

+ 32 - 0
comm-central/patches/9999999-port1747766-suite.patch

@@ -0,0 +1,32 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1640988702 0
+Bug 9999999 - Port bug 1749956 to suite.
+Bug 1747756 - Move Windows system libraries from LIBS to moz.build.
+
+diff --git a/suite/app/moz.build b/suite/app/moz.build
+--- a/suite/app/moz.build
++++ b/suite/app/moz.build
+@@ -52,16 +52,22 @@ if CONFIG["MOZ_SANDBOX"] and CONFIG["OS_
+     OS_LIBS += [
+         "version",
+     ]
+ 
+     USE_LIBS += [
+         "sandbox_s",
+     ]
+ 
++    OS_LIBS += [
++        "advapi32",
++        "winmm",
++        "user32",
++    ]
++
+     DELAYLOAD_DLLS += [
+         "winmm.dll",
+         "user32.dll",
+     ]
+ 
+ if CONFIG["OS_ARCH"] == "WINNT":
+     OS_LIBS += [
+         "ntdll",

+ 1 - 0
comm-central/patches/series

@@ -1,6 +1,7 @@
 9999999-port1702731-suite.patch
 9999999-port1747332-suite.patch
 9999999-port1747165-suite.patch
+9999999-port1747766-suite.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1611010-DOMEventListener-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch