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