mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:41:39 +00:00
fix the strip svn file (thanks to Krzysztof A. Sobiecki for the patch)
This commit is contained in:
parent
128ace0616
commit
80bc0268a2
23
debian/patches/strip-svn.diff
vendored
23
debian/patches/strip-svn.diff
vendored
@ -1,7 +1,7 @@
|
||||
Index: llvm-toolchain-snapshot_3.7~svn242297/autoconf/configure.ac
|
||||
Index: llvm-toolchain-snapshot_3.8~svn243851/autoconf/configure.ac
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.7~svn242297.orig/autoconf/configure.ac
|
||||
+++ llvm-toolchain-snapshot_3.7~svn242297/autoconf/configure.ac
|
||||
--- llvm-toolchain-snapshot_3.8~svn243851.orig/autoconf/configure.ac
|
||||
+++ llvm-toolchain-snapshot_3.8~svn243851/autoconf/configure.ac
|
||||
@@ -32,12 +32,12 @@ dnl===----------------------------------
|
||||
dnl Initialize autoconf and define the package name, version number and
|
||||
dnl address for reporting bugs.
|
||||
@ -17,10 +17,21 @@ Index: llvm-toolchain-snapshot_3.7~svn242297/autoconf/configure.ac
|
||||
|
||||
AC_DEFINE_UNQUOTED([LLVM_VERSION_MAJOR], $LLVM_VERSION_MAJOR, [Major version of the LLVM API])
|
||||
AC_DEFINE_UNQUOTED([LLVM_VERSION_MINOR], $LLVM_VERSION_MINOR, [Minor version of the LLVM API])
|
||||
Index: llvm-toolchain-snapshot_3.7~svn242297/configure
|
||||
Index: llvm-toolchain-snapshot_3.8~svn243851/configure
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.7~svn242297.orig/configure
|
||||
+++ llvm-toolchain-snapshot_3.7~svn242297/configure
|
||||
--- llvm-toolchain-snapshot_3.8~svn243851.orig/configure
|
||||
+++ llvm-toolchain-snapshot_3.8~svn243851/configure
|
||||
@@ -561,8 +561,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
||||
# Identity of this package.
|
||||
PACKAGE_NAME='LLVM'
|
||||
PACKAGE_TARNAME='llvm'
|
||||
-PACKAGE_VERSION='3.8.0svn'
|
||||
-PACKAGE_STRING='LLVM 3.8.0svn'
|
||||
+PACKAGE_VERSION='3.8.0'
|
||||
+PACKAGE_STRING='LLVM 3.8.0'
|
||||
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
|
||||
|
||||
ac_unique_file="lib/IR/Module.cpp"
|
||||
@@ -1956,7 +1956,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
LLVM_VERSION_MAJOR=3
|
||||
LLVM_VERSION_MINOR=8
|
||||
|
Loading…
Reference in New Issue
Block a user