~ubuntu-branches/ubuntu/precise/likewise-open/precise

« back to all changes in this revision

Viewing changes to debian/patches/autoconf-ftbfs-fix.diff

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2009-04-08 17:32:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090408173239-2dfaasu4857yevsh
Tags: 4.1.2982-0ubuntu2
* debian/patches/ask-for-reboot.diff: Ask for a reboot after domain join
  since it is necessary before domain graphical logins (LP: #352934)
* Removed debian/patches/graceful_dbus_restart.diff since it is not
  sufficient and we now ask for a reboot
* debian/patches/abstractions-cleanup.diff: Use more precision when removing
  likewise mods from appamor.d/abstractions/nameservice file, to avoid
  very destructive cleanup (LP: #354498)
* Added debian/patches/autoconf-ftbfs-fix.diff to fix FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: likewise-open-4.1.2982/samba/source/lib/replace/autoconf-2.60.m4
 
2
===================================================================
 
3
--- likewise-open-4.1.2982.orig/samba/source/lib/replace/autoconf-2.60.m4       2009-04-08 17:30:44.000000000 +0200
 
4
+++ likewise-open-4.1.2982/samba/source/lib/replace/autoconf-2.60.m4    2009-04-08 17:32:06.000000000 +0200
 
5
@@ -185,8 +185,8 @@
 
6
   AC_BEFORE([$0], [AC_RUN_IFELSE])
 
7
 
 
8
   AC_REQUIRE([AC_GNU_SOURCE])
 
9
-  AC_REQUIRE([AC_AIX])
 
10
-  AC_REQUIRE([AC_MINIX])
 
11
+  #AC_REQUIRE([AC_AIX])
 
12
+  #AC_REQUIRE([AC_MINIX])
 
13
 
 
14
   AH_VERBATIM([__EXTENSIONS__],
 
15
 [/* Enable extensions on Solaris.  */