70a035e920
The basic goal of the High Availability Linux project is to provide a high availability (clustering) solution for Linux (and Unix-like) which promotes reliability, availability, and serviceability (RAS) through a community development effort. Inspired from an original submission by Sebastian Reitenbach (maintainer) whom I want to thank for his work and patience.
15 lines
651 B
Plaintext
15 lines
651 B
Plaintext
$OpenBSD: patch-ConfigureMe,v 1.1.1.1 2007/11/21 18:48:40 ajacoutot Exp $
|
|
--- ConfigureMe.orig Thu Oct 25 09:40:41 2007
|
|
+++ ConfigureMe Thu Nov 15 17:10:52 2007
|
|
@@ -121,10 +121,6 @@ ConfigureFreeBSD() {
|
|
}
|
|
|
|
ConfigureOpenBSD() {
|
|
- FLAGS="--prefix=/usr/local --sysconfdir=/etc --localstatedir=/var --with-group-id=584 --with-ccmuser-id=584 --disable-rpath --with-group-name=_heartbeat --with-ccmuser-name=_heartbeat --with-ocf-root=/usr/local/lib/ocf/ --enable-fatal-warnings=no"
|
|
- export LDFLAGS="-liconv -L/usr/local/lib/libnet-1.0"
|
|
- export LIBNETCONFIG=/usr/local/bin/libnet-config-1.0
|
|
- export AUTOCONF_VERSION=2.61
|
|
CFENV="OpenBSD"
|
|
}
|
|
|