From: Kurt Zeilenga Date: Wed, 19 Aug 1998 18:58:55 +0000 (+0000) Subject: FreeBSD has re_comp/re_exec in libcompat. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b0c2f65ab8931848f7243126fbf8991628957fe;p=openldap FreeBSD has re_comp/re_exec in libcompat. --- diff --git a/build/platforms/freebsd-gcc/Make-platform b/build/platforms/freebsd-gcc/Make-platform index 895b32f2af..e9913ad262 100644 --- a/build/platforms/freebsd-gcc/Make-platform +++ b/build/platforms/freebsd-gcc/Make-platform @@ -11,6 +11,8 @@ # ------------------------------------------------------------------------- # you will probably not need to edit anything below this point # ------------------------------------------------------------------------- -CC = gcc +CC = cc PLATFORMCFLAGS= -Dfreebsd +PLATFORMLIBS= -lcompat +