From 107e14e304ca79f541f39b0be352ae3beacab771 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 24 Feb 2009 16:14:15 +0000 Subject: [PATCH] Restore the install location of libssp.so.0. Noticed by: tegge --- gnu/lib/libssp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/lib/libssp/Makefile b/gnu/lib/libssp/Makefile index c6b20dc93b66..641874c17289 100644 --- a/gnu/lib/libssp/Makefile +++ b/gnu/lib/libssp/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +SHLIBDIR?= /lib + .include 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 \