File: 0004-remove_rpath.patch

package info (click to toggle)
cfengine3 3.24.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,552 kB
  • sloc: ansic: 163,161; sh: 10,296; python: 2,950; makefile: 1,744; lex: 784; yacc: 633; perl: 211; pascal: 157; xml: 21; sed: 13
file content (21 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Antonio Radici <antonio@debian.org>
Date: Sun, 14 Aug 2016 22:07:44 +0100
Subject: remove_rpath

===================================================================
---
 cf-agent/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/cf-agent/Makefile.am
+++ b/cf-agent/Makefile.am
@@ -55,8 +55,7 @@ AM_LDFLAGS = \
 	$(LIBVIRT_LDFLAGS) \
 	$(POSTGRESQL_LDFLAGS) \
 	$(MYSQL_LDFLAGS) \
-	$(LIBXML2_LDFLAGS) \
-	$(PAM_LDFLAGS)
+	$(LIBXML2_LDFLAGS)
 
 if FREEBSD
     AM_LDFLAGS += -lutil