diff options
| author | Gordon Ross <gwr@nexenta.com> | 2015-02-23 15:01:20 -0500 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2015-03-02 18:32:40 -0500 |
| commit | 5f4bac2809e6bb7e9c779a047a0d4438669d85d6 (patch) | |
| tree | c74cb4680046209f677b0edb713b9a53a408f070 /usr/src/lib/print | |
| parent | ba5fdd2d4d97ae03a892c1bd5557eafb030984d1 (diff) | |
| download | illumos-joyent-5f4bac2809e6bb7e9c779a047a0d4438669d85d6.tar.gz | |
5609 port mod_ipp to Apache 2.2 (fix apr include)
Diffstat (limited to 'usr/src/lib/print')
| -rw-r--r-- | usr/src/lib/print/mod_ipp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/print/mod_ipp/Makefile b/usr/src/lib/print/mod_ipp/Makefile index 395c75e0e3..f428980abe 100644 --- a/usr/src/lib/print/mod_ipp/Makefile +++ b/usr/src/lib/print/mod_ipp/Makefile @@ -34,10 +34,10 @@ include ../../Makefile.rootfs # These *BASE paths are used ONLY at build time to locate headers. # This builds against Apache 2.2 but the module should work with -# any Apache 2.x version +# any Apache 2.x version, and APR 1.3 or later. APACHEBASE = /usr/apache2/2.2 -APR_BASE = /usr/apr -APRUBASE = /usr/apr-util +APR_BASE = /usr/apr/1.3 +APRUBASE = /usr/apr-util/1.3 IPPCONFDIR = $(ROOT)/etc/lp/ipp IPPLIBDIR = $(ROOT)/usr/lib/lp/ipp |
