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

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