~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/arch.patch

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
--- a/configure.ac
8
8
+++ b/configure.ac
9
 
@@ -86,9 +86,9 @@
10
 
 
 
9
@@ -87,7 +87,7 @@ AM_CXXFLAGS="${AM_CXXFLAGS}"
11
10
 # Check for yasm
12
11
 if yasm -f elf64 src/common/crc32c_intel_fast_asm.S -o /dev/null; then
13
12
    echo 'we have a modern and working yasm'
16
15
       echo 'we are x86_64'
17
16
       AC_DEFINE([HAVE_GOOD_YASM_ELF64], [1], [we have a recent yasm and are x86_64])
18
17
       with_good_yasm=yes
19
 
    fi