2019-12-16 14:40:55 +00:00
|
|
|
$OpenBSD: patch-OS_Makefile-Default,v 1.9 2019/12/16 14:40:55 sthen Exp $
|
|
|
|
|
|
|
|
Index: OS/Makefile-Default
|
|
|
|
--- OS/Makefile-Default.orig
|
|
|
|
+++ OS/Makefile-Default
|
2013-08-24 09:22:25 +00:00
|
|
|
@@ -71,7 +71,7 @@ PERL_COMMAND=/usr/bin/perl
|
|
|
|
|
2005-01-26 19:38:52 +00:00
|
|
|
# CC contains the name of the C compiler to be used.
|
|
|
|
|
|
|
|
-CC=gcc
|
|
|
|
+#CC=gcc
|
|
|
|
|
|
|
|
|
|
|
|
# CFLAGS contains flags to be passed to the compiler. Nothing is defaulted
|
2013-08-24 09:22:25 +00:00
|
|
|
@@ -84,7 +84,7 @@ CC=gcc
|
2009-12-15 11:32:18 +00:00
|
|
|
# here; instead each OS-dependent Makefile contains a default setting if one
|
|
|
|
# is needed.
|
2013-08-24 09:22:25 +00:00
|
|
|
|
2009-12-15 11:32:18 +00:00
|
|
|
-# LFLAGS=
|
|
|
|
+LFLAGS=-L$(LOCALBASE)/lib
|
2013-08-24 09:22:25 +00:00
|
|
|
|
|
|
|
|
2009-12-15 11:32:18 +00:00
|
|
|
# PCRE_LIBS contains the library to be linked for PCRE
|