From d4d7a3065fe7d906453f6ca9d25cbffbac214db8 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Thu, 19 Jan 2012 15:31:03 +0100 Subject: [PATCH] disable build of a shared libssh --- ssh/lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/lib/Makefile b/ssh/lib/Makefile index dfa6e0d..2ef4fa4 100644 --- a/ssh/lib/Makefile +++ b/ssh/lib/Makefile @@ -40,4 +40,5 @@ SRCS+= gss-genr.c CFLAGS+= -DGSSAPI .endif # KERBEROS5 +NOPIC= yes .include