[pkg-d-commits] [ldc] 02/03: Fix linking when bootstrapping

Matthias Klumpp mak at moszumanska.debian.org
Sat Sep 16 19:39:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository ldc.

commit 425844b4f5aa5644b859b56ea5276edf6c794d65
Author: Matthias Klumpp <mak at debian.org>
Date:   Sat Sep 16 19:51:39 2017 +0200

    Fix linking when bootstrapping
---
 debian/patches/01_no-zlib-embed.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/patches/01_no-zlib-embed.patch b/debian/patches/01_no-zlib-embed.patch
index f0a87e2..5ed996d 100644
--- a/debian/patches/01_no-zlib-embed.patch
+++ b/debian/patches/01_no-zlib-embed.patch
@@ -29,3 +29,14 @@ Author: Konstantinos Margaritis <markos at debian.org>
  endif()
  
  #
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -844,7 +844,7 @@
+ build_d_executable(
+     "${LDC_BUILD_RUNTIME_EXE_FULL}"
+     "${PROJECT_BINARY_DIR}/ldc-build-runtime.d"
+-    ""
++    "-lz"
+     "${PROJECT_SOURCE_DIR}/runtime/ldc-build-runtime.d.in"
+     ""
+ )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list