diff options
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 |