Here is a patch for Apache 1.3 which when used with OpenBSD 3.1 and up
allows modules to work on our ELF-based architectures.
BTW, I am not subscribed to this list so please reply directly to me.
--- Configure.orig Sat May 11 23:39:59 2002
+++ Configure Mon May 20 17:19:41 2002
@@ -1130,6 +1130,9 @@ if [ "x$using_shlib" = "x1" ] ; then
*)
LD_SHLIB="gcc"
LDFLAGS_SHLIB="-shared \$(CFLAGS_SHLIB)"
+ if [ -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ]; then
+ LDFLAGS_SHLIB_EXPORT="-Wl,-E"
+ fi
;;
esac
LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
// Brad
[EMAIL PROTECTED]
[EMAIL PROTECTED]