]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add missing library to build tor-print-ed-signing-cert.
authorAlexander Færøy <ahf@torproject.org>
Sat, 17 Nov 2018 02:29:04 +0000 (03:29 +0100)
committerNick Mathewson <nickm@torproject.org>
Mon, 19 Nov 2018 15:18:44 +0000 (10:18 -0500)
To succesful compile tor-print-ed-signing-cert.exe on Windows we
sometimes need to include the @TOR_LIB_GDI@ library.

See: https://bugs.torproject.org/28485

changes/bug28485 [new file with mode: 0644]
src/tools/include.am

diff --git a/changes/bug28485 b/changes/bug28485
new file mode 100644 (file)
index 0000000..a8309ae
--- /dev/null
@@ -0,0 +1,3 @@
+  o Minor bugfixes (compilation):
+    - Add missing dependency on libgdi32.dll for tor-print-ed-signing-cert.exe
+      on Windows. Fixes bug 28485; bugfix on 0.3.5.1-alpha.
index 73ec86935fdb2388d2aa1551508e05a65a6401e9..f7aa7e0d1eb4f20ba1f988e9ea0429082f5b5fed 100644 (file)
@@ -41,7 +41,7 @@ src_tools_tor_print_ed_signing_cert_LDADD = \
         $(TOR_CRYPTO_LIBS) \
         $(TOR_UTIL_LIBS) \
        @TOR_LIB_MATH@ $(TOR_LIBS_CRYPTLIB) \
-       @TOR_LIB_WS32@ @TOR_LIB_USERENV@
+       @TOR_LIB_WS32@ @TOR_LIB_USERENV@ @TOR_LIB_GDI@
 
 if USE_NSS
 # ...