diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-11 15:53:56 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-11 15:53:56 +0000 |
commit | 32db161a564f571c2940691eca3d739c96f4f69d (patch) | |
tree | 85436886a435db0e3d46acc6a86e29d9251dcc2c /www/suphp/files/patch-configure | |
parent | - connect icc7 to the build after a repocopy from icc (diff) |
Update to 0.5
now suPHP supports apache2.
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'www/suphp/files/patch-configure')
-rw-r--r-- | www/suphp/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/suphp/files/patch-configure b/www/suphp/files/patch-configure new file mode 100644 index 000000000000..85bc9b69335d --- /dev/null +++ b/www/suphp/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig Sun Jan 11 15:21:53 2004 ++++ configure Sun Jan 11 15:22:19 2004 +@@ -2253,7 +2253,7 @@ + if test $withval; then + + cat >>confdefs.h <<_ACEOF +-#define OPT_MIN_UID $withval ++#define OPT_MIN_UID "$withval" + _ACEOF + + fi +@@ -2276,7 +2276,7 @@ + if test $withval; then + + cat >>confdefs.h <<_ACEOF +-#define OPT_MIN_GID $withval ++#define OPT_MIN_GID "$withval" + _ACEOF + + fi |