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