You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.8 KiB
45 lines
1.8 KiB
Index: ratbox-respond-1.0/ratbox-respond/configure |
|
--- ratbox-respond-1.0/ratbox-respond/configure.orig 2006-01-11 22:52:17 +0100 |
|
+++ ratbox-respond-1.0/ratbox-respond/configure 2010-02-05 11:20:24 +0100 |
|
@@ -2889,8 +2889,6 @@ |
|
fi |
|
|
|
|
|
-CPPFLAGS="-I /usr/include" |
|
-LIBS="-L /usr/lib" |
|
|
|
echo "$as_me:$LINENO: checking for OpenSSL" >&5 |
|
echo $ECHO_N "checking for OpenSSL... $ECHO_C" >&6 |
|
Index: ratbox-services-1.2.4/configure |
|
--- ratbox-services-1.2.4/configure.orig 2010-01-03 19:58:07 +0100 |
|
+++ ratbox-services-1.2.4/configure 2010-02-05 11:20:47 +0100 |
|
@@ -4707,7 +4707,7 @@ |
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsqlite3 in given path" >&5 |
|
$as_echo_n "checking for -lsqlite3 in given path... " >&6; } |
|
- if test -e "$ac_cv_sqlite3_path/lib/libsqlite3.so"; then |
|
+ if test -e "$ac_cv_sqlite3_path/lib/libsqlite3.a"; then |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
|
$as_echo "yes" >&6; } |
|
ac_cv_found_sqlite3_lib="yes" |
|
@@ -5271,7 +5271,7 @@ |
|
# Ultrix sh set writes to stderr and can't be redirected directly, |
|
# and sets the high bit in the cache file unless we assign to the vars. |
|
( |
|
- for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
|
+ for ac_var in `set 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do |
|
eval ac_val=\$$ac_var |
|
case $ac_val in #( |
|
*${as_nl}*) |
|
Index: ratbox-services-1.2.4/include/config.h |
|
--- ratbox-services-1.2.4/include/config.h.orig 2010-02-04 20:16:21 +0100 |
|
+++ ratbox-services-1.2.4/include/config.h 2010-02-05 11:20:24 +0100 |
|
@@ -9,7 +9,7 @@ |
|
#define PID_PATH RUNDIR "/ratbox-services.pid" |
|
#define LOG_PATH LOGDIR "/ratbox-services.log" |
|
#define HELP_PATH HELPDIR |
|
-#define DB_PATH SYSCONFDIR "/ratbox-services.db" |
|
+#define DB_PATH RUNDIR "/ratbox-services.db" |
|
|
|
/* SMALL_NETWORK |
|
* If your network is fairly small, enable this to save some memory.
|
|
|