adeaf839fd
Rebuild for libswan soname bump (bz #1009701) CVE-2013-4311: Insecure polkit usage (bz #1009539, bz #1005332) CVE-2013-4296: Invalid free memory stats (bz #1006173, bz #1009667) CVE-2013-4297: Invalid free in NBDDeviceAssociate (bz #1006505, bz #1006511) Fix virsh block-commit abort (bz #1010056)
24 lines
878 B
Diff
24 lines
878 B
Diff
From a0ed55a9ab7c90723490363febabd27fa59877c8 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
|
|
Date: Sun, 1 Sep 2013 09:53:03 +0200
|
|
Subject: [PATCH] Fix AM_LDFLAGS typo (cherry picked from commit
|
|
fe502de3bcdd76a0d256206111945ca7e4f4388a)
|
|
|
|
---
|
|
src/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index 636bcbc..19dfb81 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -1455,7 +1455,7 @@ libvirt_driver_nwfilter_la_CFLAGS = \
|
|
-I$(top_srcdir)/src/access \
|
|
-I$(top_srcdir)/src/conf \
|
|
$(AM_CFLAGS)
|
|
-libvirt_driver_nwfilter_la_LDFLAGS = $(LD_AMFLAGS)
|
|
+libvirt_driver_nwfilter_la_LDFLAGS = $(AM_LDFLAGS)
|
|
libvirt_driver_nwfilter_la_LIBADD = $(LIBPCAP_LIBS) $(LIBNL_LIBS) $(DBUS_LIBS)
|
|
if WITH_DRIVER_MODULES
|
|
libvirt_driver_nwfilter_la_LIBADD += ../gnulib/lib/libgnu.la
|