forked from pool/syslinux
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:
parent
18badfc1be
commit
a3deaa43e5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user