[pocl] 01/04: fix variable name spelling
Andreas Beckmann
anbe at moszumanska.debian.org
Fri May 27 09:24:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch master
in repository pocl.
commit d3b2968eb175a693d131e82f6089a1519462c2a0
Author: Andreas Beckmann <anbe at debian.org>
Date: Fri May 27 00:46:05 2016 +0000
fix variable name spelling
---
debian/patches/llvm-system-libs.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/llvm-system-libs.patch b/debian/patches/llvm-system-libs.patch
index 1caac75..3458587 100644
--- a/debian/patches/llvm-system-libs.patch
+++ b/debian/patches/llvm-system-libs.patch
@@ -7,7 +7,7 @@ Description: llvm-config --system-libs is only needed with static llvm
LLVM_BINDIR=`$LLVM_CONFIG --bindir`
LLVM_LIBDIR=`$LLVM_CONFIG --libdir`
LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags`
-+LLMV_SYSTEM_LIBS=
++LLVM_SYSTEM_LIBS=
# Whether we can use our own printf implementation
NEW_PRINTF_WORKS=true
LLVM_3_6=false
@@ -16,13 +16,13 @@ Description: llvm-config --system-libs is only needed with static llvm
3.5*)
AC_DEFINE([LLVM_3_5], [], "Using LLVM 3.5")
- LLVM_LDFLAGS="$LLVM_LDFLAGS `$LLVM_CONFIG --system-libs`"
-+ LLMV_SYSTEM_LIBS="`$LLVM_CONFIG --system-libs`"
++ LLVM_SYSTEM_LIBS="`$LLVM_CONFIG --system-libs`"
;;
3.6*)
AC_DEFINE([LLVM_3_6], [], "Using LLVM svn, upcoming 3.6")
LLVM_3_6=true
- LLVM_LDFLAGS="$LLVM_LDFLAGS `$LLVM_CONFIG --system-libs`"
-+ LLMV_SYSTEM_LIBS="`$LLVM_CONFIG --system-libs`"
++ LLVM_SYSTEM_LIBS="`$LLVM_CONFIG --system-libs`"
;;
*)
AC_MSG_ERROR(
@@ -30,7 +30,7 @@ Description: llvm-config --system-libs is only needed with static llvm
LLVM_SHARED_LIB_FILE=$LLVM_LIBDIR/libLLVM-$LLVM_VERSION$LIBRARY_SUFFIX
if test "$link_llvm_static" = "yes"; then
-+ LLVM_LDFLAGS="$LLVM_LDFLAGS $LLMV_SYSTEM_LIBS"
++ LLVM_LDFLAGS="$LLVM_LDFLAGS $LLVM_SYSTEM_LIBS"
LLVM_LIBS=$($LLVM_CONFIG --libfiles)
else
LLVM_LIBS=-lLLVM-$LLVM_VERSION
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git
More information about the Pkg-opencl-commits
mailing list