[beignet] 06/06: fix quoting in Debian-compliant-compiler-flags-handling.patch

Rebecca Palmer rnpalmer-guest at moszumanska.debian.org
Mon Nov 17 22:29:52 UTC 2014


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

rnpalmer-guest pushed a commit to branch master
in repository beignet.

commit cbf33a345c3b720498b2af08d2614b9f67715ba2
Author: Rebecca N. Palmer <rebecca_palmer at zoho.com>
Date:   Mon Nov 17 19:16:21 2014 +0000

    fix quoting in Debian-compliant-compiler-flags-handling.patch
    
    was passing -Wl,-z,relro;-Wl,--no-undefined, which doesn't work,
    instead of -Wl,-z,relro -Wl,--no-undefined
---
 debian/patches/Debian-compliant-compiler-flags-handling.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/Debian-compliant-compiler-flags-handling.patch b/debian/patches/Debian-compliant-compiler-flags-handling.patch
index 5994325..c083885 100644
--- a/debian/patches/Debian-compliant-compiler-flags-handling.patch
+++ b/debian/patches/Debian-compliant-compiler-flags-handling.patch
@@ -27,7 +27,7 @@ Author: Simon Richter <sjr at debian.org>,Rebecca Palmer <rebecca_palmer at zoho.com>
  Find_Package(LLVM 3.3)
  
 -set (CMAKE_SHARED_LINKER_FLAGS "-Wl,--no-undefined ${LLVM_LDFLAGS}")
-+set (CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-Wl,--no-undefined ${LLVM_LDFLAGS}")
++set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--no-undefined ${LLVM_LDFLAGS}")
  
  # XLib
  Find_Package(X11)

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



More information about the Pkg-opencl-commits mailing list