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.
 
 
 
 
 
 

37 lines
1.1 KiB

Index: configure
--- configure.orig 2015-02-26 17:52:11.000000000 +0100
+++ configure 2015-03-08 10:19:51.459322660 +0100
@@ -4080,9 +4080,9 @@
cat >>confdefs.h <<_ACEOF
#define HAVE_DBOPEN 1
_ACEOF
- for ac_header in db.h
+ for ac_header in DISABLED_db.h
do :
- ac_fn_c_check_header_mongrel "$LINENO" "db.h" "ac_cv_header_db_h" "$ac_includes_default"
+ ac_fn_c_check_header_mongrel "$LINENO" "DISABLED_db.h" "ac_cv_header_db_h" "$ac_includes_default"
if test "x$ac_cv_header_db_h" = xyes; then :
cat >>confdefs.h <<_ACEOF
#define HAVE_DB_H 1
Index: make/mk.common.in
--- make/mk.common.in.orig 2015-02-26 17:38:41.000000000 +0100
+++ make/mk.common.in 2015-03-08 10:19:17.718737823 +0100
@@ -12,7 +12,6 @@
# flags
YFLAGS+= @YFLAGS@
CFLAGS+= @CFLAGS@
-CFLAGS+= -Wall
LDFLAGS+= @LDFLAGS@
# paths
@@ -20,8 +19,8 @@
exec_prefix?= @exec_prefix@
datarootdir?= @datarootdir@
PROGRAM_PATH?= @sbindir@
-MODULE_PATH?= @libdir@/mopher
-CONFIG_PATH?= @sysconfdir@/mopher
+MODULE_PATH?= @libdir@
+CONFIG_PATH?= @sysconfdir@
CONFIG_XPATH?= $(CONFIG_PATH)
MAN_PATH?= @mandir@