diff options
| author | Eric Bénard <eric@eukrea.com> | 2012-11-25 18:25:05 +0100 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-11-27 10:48:22 +0000 |
| commit | 5b3749ca143c5e2a957d1509d65164e191a92883 (patch) | |
| tree | 4a982d00b4450b2729eca6018a7f4c03ba0df9f5 /meta-webserver/recipes-httpd/apache2/apache2-2.4.2/httpd-2.4.1-export.patch | |
| parent | 5b427f6daae0caa7439256ecf35a877f1cb2dbed (diff) | |
| download | meta-openembedded-5b3749ca143c5e2a957d1509d65164e191a92883.tar.gz | |
apache2: upgrade to 2.4.3
Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'meta-webserver/recipes-httpd/apache2/apache2-2.4.2/httpd-2.4.1-export.patch')
| -rw-r--r-- | meta-webserver/recipes-httpd/apache2/apache2-2.4.2/httpd-2.4.1-export.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-webserver/recipes-httpd/apache2/apache2-2.4.2/httpd-2.4.1-export.patch b/meta-webserver/recipes-httpd/apache2/apache2-2.4.2/httpd-2.4.1-export.patch deleted file mode 100644 index ed629bfc81..0000000000 --- a/meta-webserver/recipes-httpd/apache2/apache2-2.4.2/httpd-2.4.1-export.patch +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | |||
| 2 | There is no need to "suck in" the apr/apr-util symbols when using | ||
| 3 | a shared libapr{,util}, it just bloats the symbol table; so don't. | ||
| 4 | |||
| 5 | Upstream-HEAD: needed | ||
| 6 | Upstream-2.0: omit | ||
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 9 | Note: EXPORT_DIRS change is conditional on using shared apr | ||
| 10 | |||
| 11 | --- httpd-2.4.1/server/Makefile.in.export | ||
| 12 | +++ httpd-2.4.1/server/Makefile.in | ||
| 13 | @@ -57,9 +57,6 @@ export_files: | ||
| 14 | ( for dir in $(EXPORT_DIRS); do \ | ||
| 15 | ls $$dir/*.h ; \ | ||
| 16 | done; \ | ||
| 17 | - for dir in $(EXPORT_DIRS_APR); do \ | ||
| 18 | - ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \ | ||
| 19 | - done; \ | ||
| 20 | ) | sort -u > $@ | ||
| 21 | |||
| 22 | exports.c: export_files | ||
