Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use case statement for wildcard check and error early if can't find apxs. | Graham Dumpleton | 2020-05-14 | 1 | -16/+21 |
| | |||||
* | Fix up configure script for MacOS X 10.10. | Graham Dumpleton | 2014-10-29 | 1 | -4/+13 |
| | |||||
* | Re-generate configure script with autoconf. | Graham Dumpleton | 2014-09-16 | 1 | -2/+2 |
| | |||||
* | [trivial] allow user to configure DESTDIR | Damien Nozay | 2014-09-15 | 1 | -0/+2 |
| | |||||
* | Make traditional library linking, not framework, default on MacOS X. | Graham Dumpleton | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | Strip out linker options not appropriate when building dynamically loadable ↵ | Graham Dumpleton | 2014-03-15 | 1 | -1/+2 |
| | | | | object. | ||||
* | Workaround for broken MacOSX apxs/libtool scripts not referring to correct ↵ | Graham Dumpleton | 2014-02-18 | 1 | -0/+16 |
| | | | | Xcode compiler path. | ||||
* | Recover experimental changes after abandoning prior mod_wsgi 4.0 development. | Graham Dumpleton | 2014-01-05 | 1 | -1048/+2256 |
| | |||||
* | Update version string to 3.1-TRUNK. Prefix compiler arguments supplied through | Graham.Dumpleton | 2009-11-23 | 1 | -2/+8 |
| | | | | CFLAGS environment variable to configure with -Wc,. | ||||
* | Don't ignore CFLAGS defined in environment of configure script. | Graham.Dumpleton | 2009-11-01 | 1 | -2/+3 |
| | |||||
* | Remove need to enable compilations on Python 3.X. | Graham.Dumpleton | 2009-09-25 | 1 | -16/+1 |
| | |||||
* | Don't try and auto guess whether should link with framework or library when | Graham.Dumpleton | 2009-09-25 | 1 | -28/+23 |
| | | | | | | | Python framework present on MacOS X as which one works properly seems to be unreliable. Always use framework if present and if people have issues because of broken MacPorts Python installations, they can specify --disable-framework option to 'configure' script instead. | ||||
* | Require configure option to enable Python 3.X support. For Windows, will need | Graham.Dumpleton | 2009-08-12 | 1 | -1/+16 |
| | | | | | to manually modify makefile to provide require preprocessor define to enable it. | ||||
* | Change naming scheme file makefiles now that supply windows variants. | Graham.Dumpleton | 2009-06-21 | 1 | -891/+1387 |
| | |||||
* | If Apache executable not present, fall back to looking for Apache header files | Graham.Dumpleton | 2009-05-22 | 1 | -6/+19 |
| | | | | | to determine version of Apache being used. Some distributions build boxes will not necessarily actually have Apache installed. See ticket #147. | ||||
* | Only use -L/-l on MacOS X if Python 2.6 or later. | Graham.Dumpleton | 2009-05-22 | 1 | -1387/+894 |
| | |||||
* | Restore -Wl, option prefix on MacOS X. | Graham.Dumpleton | 2009-05-12 | 1 | -891/+1387 |
| | |||||
* | On MacOS X, wheere there is a .a file in config directory, that would normally | Graham.Dumpleton | 2009-04-14 | 1 | -1403/+919 |
| | | | | | | | link to Python framework, then link against it rather than framework. This is to get around issue where MacPorts Python framework doesn't seem to embed its location properly into .so when linked against. This should also work for normal Python distributions as well. | ||||
* | Revert change to add -Wl, in front of all linker flags. This means it may | Graham.Dumpleton | 2009-04-04 | 1 | -894/+1390 |
| | | | | | break with Apache 2.3 again. Need to work out why apxs has changed in Apache 2.3 rather than working around it. May be a bug in Apache 2.3. | ||||
* | Look for Python shared library in Python LIBDIR first to avoid need to symlink | Graham.Dumpleton | 2009-03-04 | 1 | -1387/+895 |
| | | | | .so into config directory adjacent to .a file. | ||||
* | Don't double up on -Wl, flags on LDFLAGS and LDLIBS. | Graham.Dumpleton | 2008-12-20 | 1 | -892/+1390 |
| | |||||
* | Link in Python SYSLIBS as well. This will ensure that -l library linked for | Graham.Dumpleton | 2008-10-25 | 1 | -1/+4 |
| | | | | platforms where httpd no longer linking it. See issue #115. | ||||
* | Prefix all linker options with -Wl as Apache 2.3 apxs doesn't work otherwise. | Graham.Dumpleton | 2008-10-05 | 1 | -1/+4 |
| | | | | Appears to still work okay with Apache 1.3 and Apache 2.2 when -Wl always used. | ||||
* | Allow CPPFLAGS, LDLIBS and LDFLAGS additions to be specified as environment | Graham.Dumpleton | 2008-09-17 | 1 | -8/+6 |
| | | | | variables into configure script. | ||||
* | Increment version string to 2.1-TRUNK. Initial changes for Python 3.0. Still | Graham.Dumpleton | 2008-03-27 | 1 | -1409/+924 |
| | | | | | need to make Python 3.0 changes for write() function, auth and dispatch functions and stderr and wsgi.errors if necessary. | ||||
* | Disable WSGIHandlerScript for now. Add --disable-embedded option to configure | Graham.Dumpleton | 2007-12-22 | 1 | -1/+20 |
| | | | | so that the feature can be disabled at compile time. | ||||
* | When using MacOS X explicitly tell compiler which frameworks directory is | Graham.Dumpleton | 2007-12-13 | 1 | -887/+1385 |
| | | | | the correct one for the version of Python being used. | ||||
* | Output from lipo on MacOS X 10.4 different to 10.5. | Graham.Dumpleton | 2007-12-13 | 1 | -1383/+887 |
| | |||||
* | Add ability on MacOS X to automatically determine what architectures need | Graham.Dumpleton | 2007-12-13 | 1 | -887/+1396 |
| | | | | to be built. | ||||
* | Add support in makefiles for setting DESTDIR on installation so as to install | Graham.Dumpleton | 2007-07-31 | 1 | -1/+5 |
| | | | | in fake root for packaging. | ||||
* | Move mod_wsgi source code into a mod_wsgi subdirectory of trunk to allow | Graham.Dumpleton | 2007-06-23 | 1 | -0/+2304 |
companion packages to be offered out of same repository at a later date. |