From a3deaa43e5c50591e983d2d85d9a05dfd042fe90e38a920e342d950460d9aa4c Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Mon, 23 Feb 2015 09:40:17 +0000 Subject: [PATCH] Accepting request 287260 from home:msmeissn:branches:system:install:head - Do not use gcc-PIE here, lots of assembler (cpuid etc.) that would be hard to make ready for PIC. OBS-URL: https://build.opensuse.org/request/show/287260 OBS-URL: https://build.opensuse.org/package/show/system:install:head/syslinux?expand=0&rev=72 --- syslinux.changes | 6 ++++++ syslinux.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/syslinux.changes b/syslinux.changes index 4e598b8..c567fce 100644 --- a/syslinux.changes +++ b/syslinux.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 22 21:02:32 UTC 2015 - meissner@suse.com + +- Do not use gcc-PIE here, lots of assembler (cpuid etc.) that + would be hard to make ready for PIC. + ------------------------------------------------------------------- Wed Feb 4 16:00:26 CET 2015 - snwint@suse.de diff --git a/syslinux.spec b/syslinux.spec index d1d49c1..168797f 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -1,7 +1,7 @@ # # spec file for package syslinux # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,8 @@ BuildRequires: nasm BuildRequires: netpbm BuildRequires: python BuildRequires: xz +# lots of assembler here that would need to be changed :( +#!BuildIgnore: gcc-PIE Url: http://www.syslinux.org/wiki/index.php/The_Syslinux_Project Requires: mtools Summary: Boot Loader for Linux