Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > f78b7ceb88aad5b0b2bedff8b3b9e347 > files > 1

gksu-polkit-0.0.3-0.git20131130.11.mga5.src.rpm

From be6dae6b928cf501507f16d65df8f4018723ce06 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Wed, 12 Sep 2012 07:40:40 -0400
Subject: [PATCH] common/Makefile.am: fix libgksu_polkit_common_la_LDFLAGS

This prevents a linking error in libgksu-polkit-common.la
---
 common/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/Makefile.am b/common/Makefile.am
index 208389f..1d31be9 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -31,7 +31,7 @@ libgksu_polkit_common_la_SOURCES = \
 	gksu-marshal.c \
 	gksu-marshal.h
 
-libgksu_polkit_common_la_LDFLAGS = ${GKSUPKLIB_CFLAGS}
+libgksu_polkit_common_la_LDFLAGS = ${GKSUPKCOMMON_LIBS}
 
 BUILT_SOURCES = \
 	gksu-environment.c \
-- 
1.7.12