~ubuntu-branches/ubuntu/precise/libnss-ldap/precise

« back to all changes in this revision

Viewing changes to debian/patches/60_fix-glibc-test-for-armel-gnueabi.patch

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-10-17 15:09:41 UTC
  • Revision ID: james.westby@ubuntu.com-20101017150941-pxt5emphvupm83wc
Tags: 264-2ubuntu3
* Add patches 60_fix-glibc-test-for-armel-gnueabi and 90_autoreconf to
  series; this should have been done when merging the new Debian version
  which switched to quilt (264-2ubuntu1).
* Refresh 90_autoreconf; for reference, this is generated with autoreconf
  -fi; rm -rf autom4te.cache *~.
* Rename 60_fix-glibc-test-for-armel-gnueabi to
  fix-glibc-test-for-armel-gnueabi and 90_autoreconf to autoreconf as
  numbers are superfluous and inconsistent with Debian patches now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- a/configure.in
2
 
+++ b/configure.in
3
 
@@ -98,7 +98,7 @@ linux*) nss_ldap_so_LDFLAGS="-shared -Wl,-Bdynamic -Wl,--version-script,\$(srcdi
4
 
 esac
5
 
 
6
 
 AM_CONDITIONAL(GCC, test "$GCC" = "yes")
7
 
-AM_CONDITIONAL(GLIBC, test "$target_os" = "linux" -o "$target_os" = "linux-gnu")
8
 
+AM_CONDITIONAL(GLIBC, test "$target_os" = "linux" -o "$target_os" = "linux-gnu" -o "$target_os" = "linux-gnueabi")
9
 
 AM_CONDITIONAL(AIX, test "$TARGET_OS" = AIX)
10
 
 AM_CONDITIONAL(HPUX, test "$TARGET_OS" = HPUX)
11