Hello community,

here is the log from the commit of package coreboot-utils for openSUSE:Factory 
checked in at 2017-05-16 14:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreboot-utils (Old)
 and      /work/SRC/openSUSE:Factory/.coreboot-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreboot-utils"

Tue May 16 14:38:08 2017 rev:22 rq:493051 version:4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreboot-utils/coreboot-utils.changes    
2017-03-08 01:16:00.853361376 +0100
+++ /work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-utils.changes       
2017-05-16 14:38:11.785793595 +0200
@@ -1,0 +2,5 @@
+Fri Mar 31 21:22:59 UTC 2017 - meiss...@suse.com
+
+- no-pie.patch: build msrtool without PIE/PIC
+
+-------------------------------------------------------------------

New:
----
  no-pie.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ coreboot-utils.spec ++++++
--- /var/tmp/diff_new_pack.UJkyOt/_old  2017-05-16 14:38:14.213452513 +0200
+++ /var/tmp/diff_new_pack.UJkyOt/_new  2017-05-16 14:38:14.217451951 +0200
@@ -24,6 +24,7 @@
 Version:        4.5
 Release:        0
 Source0:        http://www.coreboot.org/releases/coreboot-%{version}.tar.xz
+Patch1:         no-pie.patch
 Patch2:         k8resdump.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q -n coreboot-%{version}
+%patch1 -p1
 %patch2 -p1
 
 %build

++++++ no-pie.patch ++++++
Index: coreboot-4.5/util/msrtool/Makefile.in
===================================================================
--- coreboot-4.5.orig/util/msrtool/Makefile.in
+++ coreboot-4.5/util/msrtool/Makefile.in
@@ -19,8 +19,8 @@ PROGRAM = msrtool
 CC      = @CC@
 INSTALL = @INSTALL@
 PREFIX  = @PREFIX@
-CFLAGS  = @CFLAGS@ -fno-pic
-LDFLAGS = @LDFLAGS@
+CFLAGS  = @CFLAGS@ -fno-pic -fno-PIE
+LDFLAGS = @LDFLAGS@ -no-pie
 
 TARGETS = geodegx2.o geodelx.o cs5536.o k8.o intel_pentium3_early.o 
intel_pentium3.o intel_pentium4_early.o intel_pentium4_later.o intel_core1.o 
intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o
 SYSTEMS = linux.o darwin.o freebsd.o

Reply via email to