summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-..::coreconf::command.mk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-08-08 19:05:41 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-08-08 19:05:41 +0000
commit753d91cc220ddca384b645afd9efa84cb39cbfdd (patch)
tree15b80e7976d6f2bfc95be2b764f13283c629b270 /security/nss/files/patch-..::coreconf::command.mk
parentInstall cgiwrapd/nph-cgiwrapd as a separate binary and removes suid (diff)
Update to 3.4.2.
Diffstat (limited to 'security/nss/files/patch-..::coreconf::command.mk')
-rw-r--r--security/nss/files/patch-..::coreconf::command.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/nss/files/patch-..::coreconf::command.mk b/security/nss/files/patch-..::coreconf::command.mk
new file mode 100644
index 000000000000..e39f9b8c7ea7
--- /dev/null
+++ b/security/nss/files/patch-..::coreconf::command.mk
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- ../coreconf/command.mk 2002/08/08 17:20:41 1.1
++++ ../coreconf/command.mk 2002/08/08 17:20:54
+@@ -42,7 +42,7 @@
+ LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS)
+ LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS)
+ NFSPWD = $(NSINSTALL_DIR)/nfspwd
+-CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
++CFLAGS += $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \
+ $(XCFLAGS)
+ RANLIB = echo
+ TAR = /bin/tar