2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since d7390a5 was 7072e1f, checked in by Thomas Pegg <thomasp@…>, 13 years ago |
Commit Pierre Labastie's patch for including package management support in jhalfs. NOTE: Package management is by default disabled.
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[7072e1f] | 1 | Submitted By: Pierre Labastie
|
---|
| 2 | Date: 2011-12-27
|
---|
| 3 | Initial Package Version: 1.4.5 (taken from BLFS patch for httpd-2.2.0)
|
---|
| 4 | Upstream Status: Not submitted (jhalfs specific)
|
---|
| 5 | Origin: jhalfs
|
---|
| 6 | Description: Modify the layout for installing Apache Portable Runtime
|
---|
| 7 |
|
---|
| 8 | diff -Naur apr-1.4.5-orig/config.layout apr-1.4.5/config.layout
|
---|
| 9 | --- apr-1.4.5-orig/config.layout 2004-11-24 22:51:51.000000000 +0000
|
---|
| 10 | +++ apr-1.4.5/config.layout 2005-12-14 21:06:37.000000000 +0000
|
---|
| 11 | @@ -11,18 +11,18 @@
|
---|
| 12 |
|
---|
| 13 | # Classical APR path layout designed for parallel installs.
|
---|
| 14 | <Layout apr>
|
---|
| 15 | - prefix: /usr/local/apr
|
---|
| 16 | + prefix: /usr
|
---|
| 17 | exec_prefix: ${prefix}
|
---|
| 18 | bindir: ${exec_prefix}/bin
|
---|
| 19 | - sbindir: ${exec_prefix}/bin
|
---|
| 20 | + sbindir: ${exec_prefix}/sbin
|
---|
| 21 | libdir: ${exec_prefix}/lib
|
---|
| 22 | - libexecdir: ${exec_prefix}/modules
|
---|
| 23 | - mandir: ${prefix}/man
|
---|
| 24 | - sysconfdir: ${prefix}/conf
|
---|
| 25 | - datadir: ${prefix}
|
---|
| 26 | - installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION}
|
---|
| 27 | - includedir: ${prefix}/include/apr-${APR_MAJOR_VERSION}
|
---|
| 28 | - localstatedir: ${prefix}
|
---|
| 29 | + libexecdir: ${exec_prefix}/lib/apache
|
---|
| 30 | + mandir: ${prefix}/share/man
|
---|
| 31 | + sysconfdir: /etc/apache
|
---|
| 32 | + datadir: /srv/www
|
---|
| 33 | + installbuilddir: ${libexecdir}/build
|
---|
| 34 | + includedir: ${prefix}/include/apache
|
---|
| 35 | + localstatedir: ${datadir}
|
---|
| 36 | libsuffix: -${APR_MAJOR_VERSION}
|
---|
| 37 | </Layout>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.