From a0cd44e5f7810fe7b23bf47491a6c82dc5133acaa7621d861a056673fd915bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Wed, 1 Feb 2012 17:49:58 +0000 Subject: [PATCH] Accepting request 102402 from home:elvigia:branches:hardware - Fix linking OBS-URL: https://build.opensuse.org/request/show/102402 OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=3 --- fwts-linking.patch | 52 ++++++++++++++++++++++++++++++++++++++++++++++ fwts.changes | 5 +++++ fwts.spec | 3 ++- 3 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 fwts-linking.patch diff --git a/fwts-linking.patch b/fwts-linking.patch new file mode 100644 index 0000000..64b362d --- /dev/null +++ b/fwts-linking.patch @@ -0,0 +1,52 @@ +--- src/Makefile.am.orig ++++ src/Makefile.am +@@ -67,9 +67,7 @@ fwts_SOURCES = main.c \ + uefi/csm/csm.c \ + uefi/uefidump/uefidump.c + +-fwts_LDFLAGS = -ljson -lm +- +-fwts_LDADD = \ ++fwts_LDADD = -ljson -lm \ + -Llib/src -lfwts \ + -L$(top_srcdir)/src/acpica -lfwtsacpica + +--- src/acpica/Makefile.am.orig ++++ src/acpica/Makefile.am +@@ -34,7 +34,8 @@ BUILT_SOURCES = osunixxf_munged.c dsopco + CLEANFILES = osunixxf_munged.c + + lib_LTLIBRARIES = libfwtsacpica.la +-libfwtsacpica_la_LDFLAGS = -lpthread -version-info 1:0:0 ++libfwtsacpica_la_LDFLAGS = -no-undefined -version-info 1:0:0 ++libfwtsacpica_la_LIBADD = -lpthread + libfwtsacpica_la_SOURCES = \ + fwts_acpica.c \ + osunixxf_munged.c \ +--- src/acpica/source/compiler/Makefile.am.orig ++++ src/acpica/source/compiler/Makefile.am +@@ -48,7 +48,9 @@ BUILT_SOURCES = aslcompilerparse.c aslco + # + # Just export fwts specific API so we don't clash with core ACPICA library + # +-libfwtsiasl_la_LDFLAGS = -export-symbols-regex "fwts_.*" -lpthread -version-info 1:0:0 ++libfwtsiasl_la_LDFLAGS = -no-undefined -export-symbols-regex "fwts_.*" -version-info 1:0:0 ++ ++libfwtsiasl_la_LIBADD = -lpthread + + CLEANFILES = y.output y.tab.c y.tab.h aslcompiler.y.h \ + aslcompilerparse.c aslcompilerlex.c \ +--- src/lib/src/Makefile.am.orig ++++ src/lib/src/Makefile.am +@@ -5,9 +5,10 @@ AM_CPPFLAGS = \ + -Wall + + lib_LTLIBRARIES = libfwts.la +-libfwts_la_LDFLAGS = -lpcre -lpthread -ljson -version-info 1:0:0 \ ++libfwts_la_LDFLAGS = -no-undefined -version-info 1:0:0 \ + -L$(top_srcdir)/src/acpica/source/compiler -lfwtsiasl + ++libfwts_la_LIBADD = -lpcre -lpthread -ljson -lfwtsiasl + libfwts_la_SOURCES = \ + fwts_acpi.c \ + fwts_acpid.c \ diff --git a/fwts.changes b/fwts.changes index b01c566..81dee2e 100644 --- a/fwts.changes +++ b/fwts.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 17:46:43 UTC 2012 - crrodriguez@opensuse.org + +- Fix linking + ------------------------------------------------------------------- Mon Dec 12 05:02:37 UTC 2011 - crrodriguez@opensuse.org diff --git a/fwts.spec b/fwts.spec index aef60de..f7792ad 100644 --- a/fwts.spec +++ b/fwts.spec @@ -18,6 +18,7 @@ Url: http://kernel.ubuntu.com/git?p=cking/fwts/.git Group: Development/Tools/Other Source: %{name}-%{version}.tar.bz2 Patch: fwts-opensuse.patch +Patch1: fwts-linking.patch BuildRequires: pciutils-devel BuildRequires: pcre-devel BuildRequires: libjson-devel @@ -42,7 +43,7 @@ issues. %prep %setup -q %patch - +%patch1 %build autoreconf -fiv export CFLAGS="%optflags -fno-strict-aliasing"