~ubuntu-branches/ubuntu/lucid/php5/lucid

« back to all changes in this revision

Viewing changes to debian/patches/115-autoconf_ftbfs.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-03-16 09:09:50 UTC
  • mfrom: (1.1.18 upstream) (0.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100316090950-e36m0pzranoixifd
Tags: 5.3.2-1ubuntu1
* Merge from debian unstable: 
  - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions already in
      universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
  - Dropped debian/patches/libedit_is_editline.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/configure.in
2
2
+++ b/configure.in
3
3
@@ -1,7 +1,7 @@
4
 
 ## $Id: configure.in 290928 2009-11-18 19:43:33Z johannes $ -*- autoconf -*-
 
4
 ## $Id: configure.in 295792 2010-03-03 16:36:07Z johannes $ -*- autoconf -*-
5
5
 dnl ## Process this file with autoconf to produce a configure script.
6
6
 
7
7
-divert(1)
9
9
 
10
10
 dnl ## Diversion 1 is the autoconf + automake setup phase. We also
11
11
 dnl ## set the PHP version, deal with platform-specific compile
12
 
@@ -305,7 +305,7 @@ sinclude(TSRM/threads.m4)
 
12
@@ -290,7 +290,7 @@ sinclude(TSRM/threads.m4)
13
13
 sinclude(TSRM/tsrm.m4)
14
14
 
15
15
 
18
18
 
19
19
 dnl ## Diversion 2 is where we set PHP-specific options and come up
20
20
 dnl ## with reasonable default values for them. We check for pthreads here
21
 
@@ -344,7 +344,7 @@ if test "$enable_maintainer_zts" = "yes"
 
21
@@ -329,7 +329,7 @@ if test "$enable_maintainer_zts" = "yes"
22
22
   PTHREADS_FLAGS
23
23
 fi
24
24
 
27
27
 
28
28
 dnl ## In diversion 3 we check for compile-time options to the PHP
29
29
 dnl ## core and how to deal with different system dependencies. 
30
 
@@ -691,7 +691,7 @@ if test "x$php_crypt_r" = "x1"; then
 
30
@@ -675,7 +675,7 @@ if test "x$php_crypt_r" = "x1"; then
31
31
   PHP_CRYPT_R_STYLE
32
32
 fi
33
33
 
36
36
 
37
37
 dnl ## In diversion 4 we check user-configurable general settings.
38
38
 
39
 
@@ -932,7 +932,7 @@ else
 
39
@@ -916,7 +916,7 @@ else
40
40
   AC_MSG_RESULT([using system default])
41
41
 fi
42
42
 
48
48
--- a/ext/standard/config.m4
49
49
+++ b/ext/standard/config.m4
50
50
@@ -1,6 +1,6 @@
51
 
 dnl $Id: config.m4 287120 2009-08-11 22:07:35Z scottmac $ -*- autoconf -*-
 
51
 dnl $Id: config.m4 295350 2010-02-22 00:34:22Z pajoye $ -*- autoconf -*-
52
52
 
53
53
-divert(3)dnl
54
54
+dnl divert(3)dnl
55
55
 
56
56
 dnl
57
57
 dnl Check if flush should be called explicitly after buffered io
58
 
@@ -220,7 +220,7 @@ dnl
59
 
 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
 
58
@@ -333,7 +333,7 @@ dnl
 
59
 AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan mempcpy strpncpy)
60
60
 AC_FUNC_FNMATCH        
61
61
 
62
62
-divert(5)dnl