diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-07-16 08:45:59 +0100 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-08-10 17:15:22 +0100 |
| commit | 53ba2729a8feb652e8cf11769abd298f29c1fa8f (patch) | |
| tree | 492d92c0ccfb9b43d39bd13ba33a41db6d11ab74 | |
| parent | e751af9f900834759e59ad2b46a7118a508069e4 (diff) | |
| download | meta-openembedded-53ba2729a8feb652e8cf11769abd298f29c1fa8f.tar.gz | |
apache2: do not patch generated file
We already patch configure.ac and we're not bypassing autoreconf,
so we don't need to patch configure as well.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
| -rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch b/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch index baa739fd44..c90279d449 100644 --- a/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch +++ b/meta-webserver/recipes-httpd/apache2/apache2/apache-configure_perlbin.patch | |||
| @@ -4,23 +4,6 @@ | |||
| 4 | # | 4 | # |
| 5 | # Upstream-Status: Inappropriate [configuration] | 5 | # Upstream-Status: Inappropriate [configuration] |
| 6 | 6 | ||
| 7 | --- a/configure | ||
| 8 | +++ b/configure | ||
| 9 | @@ -22365,13 +22365,7 @@ | ||
| 10 | #define APACHE_MPM_DIR "$MPM_DIR" | ||
| 11 | _ACEOF | ||
| 12 | |||
| 13 | - | ||
| 14 | -perlbin=`$ac_aux_dir/PrintPath perl` | ||
| 15 | -if test "x$perlbin" = "x"; then | ||
| 16 | - perlbin="/replace/with/path/to/perl/interpreter" | ||
| 17 | -fi | ||
| 18 | - | ||
| 19 | - | ||
| 20 | +perlbin='/usr/bin/perl' | ||
| 21 | |||
| 22 | BSD_MAKEFILE=no | ||
| 23 | ap_make_include=include | ||
| 24 | --- a/configure.in | 7 | --- a/configure.in |
| 25 | +++ b/configure.in | 8 | +++ b/configure.in |
| 26 | @@ -638,10 +638,7 @@ | 9 | @@ -638,10 +638,7 @@ |
