You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/13 21:20:27 UTC

[Bug 116] New - mod_jk Makefile.linux always redefines APACHE_HOME BugRat Report#123

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=116

*** shadow/116	Tue Feb 13 12:20:27 2001
--- shadow/116.tmp.12328	Tue Feb 13 12:20:27 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | mod_jk Makefile.linux always redefines APACHE_HOME BugRat Report#123       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 116                         Product: Tomcat 3                |
+ |       Status: UNCONFIRMED                 Version: 3.2 Final               |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Connectors              |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: danmil@shore.net                                             |
+ |  Reported By: pfrieden@dchain.com                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ While trying to build RPMs of Tomcat 3.2b4, I've noticed
+ that jakarta-tomcat/src/native/apache1.3/Makefile.linux
+ always defines APACHE_HOME to /usr/local/apache, but this
+ isn't always correct.  By adding ifndef's around this,
+ it allows you to pass the APACHE_HOME in the environment.
+ This makes it much easier to do automated builds.
+ 
+ A trivial patch is included which fixes it.  The same
+ appears to apply for Makefile.freebsd.