Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl2/lvm2/sbin/lvm USE_SSP is not defined in bsd.sy...



details:   https://anonhg.NetBSD.org/src/rev/93abd1961949
branches:  trunk
changeset: 325979:93abd1961949
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 14 20:22:35 2014 +0000

description:
USE_SSP is not defined in bsd.sys.mk

diffstat:

 external/gpl2/lvm2/sbin/lvm/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0ca45820efa1 -r 93abd1961949 external/gpl2/lvm2/sbin/lvm/Makefile
--- a/external/gpl2/lvm2/sbin/lvm/Makefile      Tue Jan 14 19:58:19 2014 +0000
+++ b/external/gpl2/lvm2/sbin/lvm/Makefile      Tue Jan 14 20:22:35 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2012/05/02 13:35:04 cheusov Exp $
+#      $NetBSD: Makefile,v 1.12 2014/01/14 20:22:35 christos Exp $
 
 USE_FORT?=     no
 NOLINT=                #defined
@@ -31,7 +31,6 @@
 CPPFLAGS+=     -DLVM_SHARED_PATH=\"$(BINDIR)/lvm\"
 
 .include <bsd.own.mk>
-.include <bsd.sys.mk> # for USE_SSP
 
 # Some parts of the code can't be protected because if its
 # alloca() usage.



Home | Main Index | Thread Index | Old Index