From ad6c9cc5a97df2339a5048b6343d993945e7d442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 2 Sep 2010 11:23:18 +0200 Subject: [PATCH] - fix linking with --no-add-needed (#564882) --- libfakekey.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libfakekey.spec b/libfakekey.spec index a05fe0a..8f970f6 100644 --- a/libfakekey.spec +++ b/libfakekey.spec @@ -1,6 +1,6 @@ Name: libfakekey Version: 0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for converting characters to X key-presses Group: System Environment/Libraries @@ -32,7 +32,7 @@ developing applications that use %{name}. %build %configure --disable-static -make %{?_smp_mflags} +make %{?_smp_mflags} AM_LDFLAGS=-lX11 %install @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libfakekey.pc %changelog +* Thu Sep 2 2010 Dan HorĂ¡k - 0.1-4 +- fix linking with --no-add-needed (#564882) + * Fri Jul 24 2009 Fedora Release Engineering - 0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild