~ubuntu-branches/ubuntu/maverick/alsa-lib/maverick-proposed

« back to all changes in this revision

Viewing changes to debian/patches/configure_cross_compile.patch

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2010-07-19 00:49:45 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100719004945-z0hgadg6irnyb37b
Tags: 1.0.23-1ubuntu1
* Merge from debian unstable.  Remaining changes:
* Merge from debian unstable, remaining changes:
  - debian/rules:
    + Don't bail when removing include/alsa
  - debian/control: Add Vcs-Bzr URI
  - Add configuration files for bluetooth/bluez-alsa and pulseaudio
  - debian/libasound2.install: Ship smixer plugins for native and bi-arch
    packages
  - drop libcxxtools-dev build dependency, its in universe
  - add --with-plugindir=\$${prefix}/lib/alsa-lib to configure-stamp
  - Demote libc6-i386 pre-depends to depends for lib32asound2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# configure_cross_compile.patch by Loic Minier <lool@dooz.org>
2
 
# Remove check that the compiler produces executables we can run. 
3
 
Index: alsa-lib-1.0.22/configure
 
1
From: Loic Minier <lool@dooz.org>
 
2
Subject: Remove check that the compiler produces executables we can run.
 
3
 
 
4
Index: alsa-lib-1.0.23/configure
4
5
===================================================================
5
 
--- alsa-lib-1.0.22.orig/configure      2010-01-17 16:33:04.000000000 +0100
6
 
+++ alsa-lib-1.0.22/configure   2010-01-17 16:33:04.000000000 +0100
 
6
--- alsa-lib-1.0.23.orig/configure      2010-05-30 20:56:55.000000000 +0200
 
7
+++ alsa-lib-1.0.23/configure   2010-05-30 20:56:55.000000000 +0200
7
8
@@ -3598,7 +3598,7 @@
8
9
 # the compiler is broken, or we cross compile.
9
10
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5