Blame SOURCES/0001-Don-t-use-the-provided-script-to-locate-libraries.patch

ab00cd
From 7bd573d76e9c1996ad5a96f0289731a253a24301 Mon Sep 17 00:00:00 2001
ab00cd
From: Martin Sehnoutka <msehnout@redhat.com>
ab00cd
Date: Tue, 6 Sep 2016 13:35:51 +0200
ab00cd
Subject: [PATCH 01/59] Don't use the provided script to locate libraries.
ab00cd
ab00cd
This branch is Fedora (RHEL) specific, so we know what
ab00cd
libraries we have and want to use.
ab00cd
---
ab00cd
 Makefile | 2 +-
ab00cd
 1 file changed, 1 insertion(+), 1 deletion(-)
ab00cd
ab00cd
diff --git a/Makefile b/Makefile
ab00cd
index c63ed1b..98118dc 100644
ab00cd
--- a/Makefile
ab00cd
+++ b/Makefile
ab00cd
@@ -8,7 +8,7 @@ CFLAGS	=	-O2 -fPIE -fstack-protector --param=ssp-buffer-size=4 \
ab00cd
 	-D_FORTIFY_SOURCE=2 \
ab00cd
 	#-pedantic -Wconversion
ab00cd
 
ab00cd
-LIBS	=	`./vsf_findlibs.sh`
ab00cd
+LIBS	=	-lwrap -lnsl -lpam -lcap -ldl -lcrypto
ab00cd
 LINK	=	-Wl,-s
ab00cd
 LDFLAGS	=	-fPIE -pie -Wl,-z,relro -Wl,-z,now
ab00cd
 
ab00cd
-- 
ab00cd
2.14.4
ab00cd