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
This commit is contained in:
Steffen Winterfeldt 2015-02-23 09:40:17 +00:00 committed by Git OBS Bridge
parent 18badfc1be
commit a3deaa43e5
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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