[pkg-d-commits] [ldc] 03/05: Remove some more embedded zlib references

Matthias Klumpp mak at moszumanska.debian.org
Fri Sep 29 18:33:20 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 411b4aa7d38ed7aad1ab8f446fd07b01ba99cfa3
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Fri Sep 29 20:15:24 2017 +0200

    Remove some more embedded zlib references
---
 debian/patches/01_no-zlib-embed.patch | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/patches/01_no-zlib-embed.patch b/debian/patches/01_no-zlib-embed.patch
index 5ed996d..64e6199 100644
--- a/debian/patches/01_no-zlib-embed.patch
+++ b/debian/patches/01_no-zlib-embed.patch
@@ -31,7 +31,15 @@ Author: Konstantinos Margaritis <markos at debian.org>
  #
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -844,7 +844,7 @@
+@@ -629,6 +629,7 @@
+     endif()
+ endif()
+ 
++set(LDC_LINKERFLAG_LIST ${LDC_LINKERFLAG_LIST} "-lz")
+ function(build_d_executable output_exe compiler_args linker_args compile_deps link_deps)
+     # Compile all D modules to a single object.
+     set(object_file ${output_exe}${CMAKE_CXX_OUTPUT_EXTENSION})
+@@ -844,7 +845,7 @@
  build_d_executable(
      "${LDC_BUILD_RUNTIME_EXE_FULL}"
      "${PROJECT_BINARY_DIR}/ldc-build-runtime.d"

-- 
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