Date: Tue, 24 Feb 2009 16:14:15 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188995 - head/gnu/lib/libssp Message-ID: <200902241614.n1OGEFnf069823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902241614.n1OGEFnf069823>