You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/gksu-polkit/files/gksu-polkit-0.0.3-gksupkcom...

27 lines
766 B

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