[Linux-ha-dev] FreeBSD/OpenBSD patches
Alan Robertson
alanr@suse.com
Fri, 15 Dec 2000 10:17:31 -0700
"Soffen, Matthew" wrote:
>
> In the make file you have a section for BSD and a section for Linux.
>
> Essentially, I think the "MAKE=make" line should be moved here so that there
> is a MAKE=make in the Linux part and a MAKE=gmake in the BSD section.
>
> Example:
> #
> # For OpenBSD/FreeBSD
> LIBDL =
> LIBINTL = -lintl
> PICFLAG = -fPIC
> CFLAGEXTRA = -I/usr/local/include
> MAKE=gmake
>
> # For Linux
> #LIBDL = -ldl
> #LIBINTL =
> #PICFLAG = -fPIC
> #CFLAGEXTRA =
> #MAKE=make
I just changed it to say MAKE=gmake, because that works on Linux too...
-- Alan Robertson
alanr@suse.com