svn commit: r188995 - head/gnu/lib/libssp

Ruslan Ermilov ru at FreeBSD.org
Tue Feb 24 08:14:16 PST 2009


Author: ru
Date: Tue Feb 24 16:14:15 2009
New Revision: 188995
URL: http://svn.freebsd.org/changeset/base/188995

Log:
  Restore the install location of libssp.so.0.
  
  Noticed by:	tegge

Modified:
  head/gnu/lib/libssp/Makefile

Modified: head/gnu/lib/libssp/Makefile
==============================================================================
--- head/gnu/lib/libssp/Makefile	Tue Feb 24 16:01:56 2009	(r188994)
+++ head/gnu/lib/libssp/Makefile	Tue Feb 24 16:14:15 2009	(r188995)
@@ -1,5 +1,7 @@
 # $FreeBSD$
 
+SHLIBDIR?=	/lib
+
 .include <bsd.own.mk>
 MK_SSP=		no
 
@@ -11,7 +13,6 @@ SRCDIR=	${GCCLIB}/libssp
 
 LIB=		ssp
 SHLIB_MAJOR=	0
-SHLIBDIR?=	/lib
 NO_PROFILE=
 
 SRCS=	ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \


More information about the svn-src-head mailing list