Changes: - use PKG_SYSCONFIG Upstream changelog nonexistent, security fixes for CAN-2005-1853.
36 lines
988 B
Text
36 lines
988 B
Text
$NetBSD: patch-aa,v 1.1 2005/08/05 12:14:51 salo Exp $
|
|
|
|
--- Makefile.config.in.orig 2005-07-20 17:28:53.000000000 +0200
|
|
+++ Makefile.config.in 2005-08-05 13:54:44.000000000 +0200
|
|
@@ -157,7 +157,7 @@
|
|
# Your favorite C compiler..
|
|
#
|
|
|
|
-CC = @CC@
|
|
+#CC = @CC@
|
|
|
|
#------------------------------------------------
|
|
# Optimization level.
|
|
@@ -165,11 +165,11 @@
|
|
|
|
#OPT=-g
|
|
#OPT=-g -Wunused -W
|
|
-OPT=@OPT@ -Wall
|
|
+OPT= ${CFLAGS}
|
|
#------------------------------------------------
|
|
# The ranlib command on your system. Systems without it should still survive
|
|
|
|
-RANLIB = @RANLIB@
|
|
+#RANLIB = @RANLIB@
|
|
|
|
#------------------------------------------------
|
|
# The install command on your system. cp works in most cases...
|
|
@@ -181,7 +181,7 @@
|
|
prefix = @prefix@
|
|
SYSCONFDIR = @sysconfdir@
|
|
CLIENTDIR = $(PREFIX)/bin
|
|
-CLIENTLIB = $(DESTDIR)/$(SYSCONFDIR)/gopher
|
|
+CLIENTLIB = $(DESTDIR)/$(SYSCONFDIR)
|
|
SERVERDIR = $(PREFIX)/sbin
|
|
|
|
# On SCO manuals are in /usr/man but its easiest to do a
|