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
|