[pkg-d-commits] [ldc] 01/02: Refresh patches
Matthias Klumpp
mak at moszumanska.debian.org
Fri Dec 9 20:59:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository ldc.
commit 281cb1752aa38be5f19cc496d433723fb62792c5
Author: Matthias Klumpp <mak at debian.org>
Date: Fri Dec 9 21:53:26 2016 +0100
Refresh patches
---
debian/patches/01_phobos-ldc-enable-shlibs.diff | 4 ++--
debian/patches/03_static-PIC.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/01_phobos-ldc-enable-shlibs.diff b/debian/patches/01_phobos-ldc-enable-shlibs.diff
index 5f34636..6db7e81 100644
--- a/debian/patches/01_phobos-ldc-enable-shlibs.diff
+++ b/debian/patches/01_phobos-ldc-enable-shlibs.diff
@@ -14,7 +14,7 @@ Author: Konstantinos Margaritis <markos at debian.org>
set(D_FLAGS -w CACHE STRING "Runtime build flags, separated by ;")
set(D_FLAGS_DEBUG -g;-link-debuglib CACHE STRING "Runtime build flags (debug libraries), separated by ;")
set(D_FLAGS_RELEASE -O3;-release CACHE STRING "Runtime build flags (release libraries), separated by ;")
-@@ -425,7 +425,7 @@
+@@ -420,7 +420,7 @@
if(${CMAKE_SYSTEM} MATCHES "FreeBSD")
set(dso_system_libs "m" "pthread")
else()
@@ -23,7 +23,7 @@ Author: Konstantinos Margaritis <markos at debian.org>
endif()
target_link_libraries(druntime-ldc${target_suffix} ${dso_system_libs})
endif()
-@@ -437,7 +437,11 @@
+@@ -432,7 +432,11 @@
set(phobos2_bc "")
compile_phobos2("${d_flags}" "${lib_suffix}" "${path_suffix}" phobos2_o phobos2_bc)
diff --git a/debian/patches/03_static-PIC.patch b/debian/patches/03_static-PIC.patch
index d1466ab..fd544e6 100644
--- a/debian/patches/03_static-PIC.patch
+++ b/debian/patches/03_static-PIC.patch
@@ -3,7 +3,7 @@ Author: Gianfranco Costamagna <locutusofborg at debian.org>
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -114,7 +114,7 @@
+@@ -117,7 +117,7 @@
endif()
# Setup D compiler flags (DMD syntax, which also works with LDMD).
--
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