index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
apxs.in
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
silence an "uninitialized value" warning
Giovanni Bechis
2020-03-23
1
-1
/
+6
*
fix apxs for non-destdir builds
Eric Covener
2020-03-19
1
-1
/
+6
*
Allow instdso.sh to be found while cross compiling.
Graham Leggett
2019-12-28
1
-1
/
+1
*
Add support for cross compiling to apxs. If apxs is being executed from somew...
Graham Leggett
2019-12-28
1
-5
/
+10
*
Remove unused APXS setting from template for generated Makefile
Jeff Trawick
2013-10-25
1
-1
/
+0
*
Make apxs use LDFLAGS from config_vars.mk in addition to CFLAGS and CPPFLAGS
Stefan Fritsch
2012-05-27
1
-1
/
+4
*
Support AP_DECLARE_MODULE declaration syntax in apxs
Nick Kew
2010-06-22
1
-1
/
+1
*
apxs -q: Stop filtering out ':' characters from the reported values.
Jeff Trawick
2010-05-14
1
-1
/
+0
*
Fix the following:
Philip M. Gollucci
2010-05-07
1
-2
/
+5
*
Remove useless use of $[, which was long deprecated and is an error with perl...
Stefan Fritsch
2010-04-10
1
-2
/
+1
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-1
/
+1
*
remove OS/2 platform support
Jeff Trawick
2009-03-27
1
-1
/
+1
*
* Teach apxs to work with APR 2.x where there is no separate APR-UTIL
Ruediger Pluem
2009-03-25
1
-8
/
+19
*
apxs: Enhance -q flag to print all known variables and their values
Sander Temme
2007-02-01
1
-5
/
+33
*
* configure.in: Substitute MOD_SO_ENABLED variable.
Joe Orton
2007-01-10
1
-19
/
+2
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the last year of copyright.
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
* Makefile.in (install-build): Install mkdir.sh since it's used by the
Joe Orton
2005-06-10
1
-1
/
+1
*
One issue I repeatedly have with 3rd party module builds is that
William A. Rowe Jr
2005-05-16
1
-2
/
+4
*
Did not belong in r170253; evalute this patch seperately from
William A. Rowe Jr
2005-05-16
1
-4
/
+2
*
Reintroduce stack frame construction with /Oy- (removal was implied by /O2).
William A. Rowe Jr
2005-05-15
1
-2
/
+4
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* support/apxs.in: Ensure that only a .la target filename is passed on
Joe Orton
2004-09-28
1
-1
/
+2
*
* support/apxs.in: Reset $opt so that -I, -D and -Wc,* options are not
Joe Orton
2004-09-28
1
-5
/
+2
*
* configure.in, acinclude.m4: Substitute AP[RU]_CONFIG with location
Joe Orton
2004-08-13
1
-11
/
+4
*
Teach apxs how to find ap{ru}-$AP{RU}_MAJOR_VERSION-config
Justin Erenkrantz
2004-08-02
1
-9
/
+15
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according the first cehck in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-49
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
this won't work with 5.003, so bump up the require to
Jeff Trawick
2003-09-19
1
-1
/
+1
*
Perform run-time query in apxs for apr and apr-util's includes.
Justin Erenkrantz
2003-05-21
1
-7
/
+13
*
run libtool from the apr install directory (in case that is different
Jeff Trawick
2003-04-04
1
-10
/
+14
*
break down the beast and explain the obvious >:->
André Malo
2003-02-19
1
-1
/
+40
*
insert LoadModule directives only outside of sections.
André Malo
2003-02-19
1
-2
/
+23
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
apxs: Include any special APR ld flags when linking the DSO.
Jeff Trawick
2003-01-23
1
-6
/
+10
*
Sun Forte requires having the same CFLAGS passed to the link stage as was
Justin Erenkrantz
2002-12-23
1
-1
/
+1
*
If an httpd.conf has commented out AddModule directives,
Bill Stoddard
2002-12-09
1
-12
/
+2
*
Rework the apxs -cp command to work when the source dir isn't available by
Justin Erenkrantz
2002-09-19
1
-2
/
+19
*
Add -p option to apxs to allow unbundled modules (such as mod_mbox) to
Justin Erenkrantz
2002-09-19
1
-3
/
+11
*
Remove following warning:
Justin Erenkrantz
2002-09-19
1
-2
/
+2
*
apxs lost the newline at the end of print "$result", so that apxs -q doesn't
Sander Striker
2002-08-07
1
-1
/
+1
*
Fix some variable names
Cliff Woolley
2002-06-19
1
-3
/
+3
*
avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the
Jeff Trawick
2002-06-13
1
-1
/
+1
*
Fix apxs to allow "apxs -q installbuilddir" and to allow
Jeff Trawick
2002-06-06
1
-0
/
+2
*
Get rid of some uninitialized value errors with apxs -q.
Cliff Woolley
2002-06-05
1
-2
/
+2
*
Fix apxs to allow it to work when the build directory is somewhere
Jeff Trawick
2002-06-05
1
-9
/
+12
*
Make apxs look in the correct directory for envvars. It was
Jeff Trawick
2002-05-13
1
-1
/
+1
*
finish getting apxs to work with a binary build
Jeff Trawick
2002-04-29
1
-1
/
+4
[next]