]> git.sur5r.net Git - openldap/commitdiff
FreeBSD has re_comp/re_exec in libcompat.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 19 Aug 1998 18:58:55 +0000 (18:58 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 19 Aug 1998 18:58:55 +0000 (18:58 +0000)
build/platforms/freebsd-gcc/Make-platform

index 895b32f2af7e0fbaab628022a6f008b596a33141..e9913ad26252c9af0756c738a2458b97ba000cd9 100644 (file)
@@ -11,6 +11,8 @@
 # -------------------------------------------------------------------------
 # you will probably not need to edit anything below this point
 # -------------------------------------------------------------------------
-CC     = gcc
+CC     = cc
 
 PLATFORMCFLAGS=        -Dfreebsd
+PLATFORMLIBS= -lcompat
+