Accepting request 224869 from system:install:head
- nostrip.diff: don't strip binaries OBS-URL: https://build.opensuse.org/request/show/224869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syslinux?expand=0&rev=52
This commit is contained in:
11
syslinux-4.04-nostrip.diff
Normal file
11
syslinux-4.04-nostrip.diff
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--- utils/Makefile
|
||||||
|
+++ utils/Makefile
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
include $(topdir)/MCONFIG
|
||||||
|
|
||||||
|
CFLAGS = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64
|
||||||
|
-LDFLAGS = -O2 -s
|
||||||
|
+LDFLAGS = -O2 -g
|
||||||
|
|
||||||
|
TARGETS = mkdiskimage isohybrid gethostip memdiskfind
|
||||||
|
TARGETS += isohybrid.pl # about to be obsoleted
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 5 16:23:01 CET 2014 - snwint@suse.de
|
||||||
|
|
||||||
|
- nostrip.diff: don't strip binaries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 28 16:12:44 UTC 2013 - rhafer@suse.com
|
Thu Nov 28 16:12:44 UTC 2013 - rhafer@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package syslinux
|
# spec file for package syslinux
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -47,6 +47,7 @@ Patch9: %{name}-%{version}-isohybrid_efi_optional.diff
|
|||||||
Patch10: %{name}-%{version}-isohybrid_mbr.diff
|
Patch10: %{name}-%{version}-isohybrid_mbr.diff
|
||||||
Patch11: %{name}-%{version}-localboot.diff
|
Patch11: %{name}-%{version}-localboot.diff
|
||||||
Patch12: %{name}-%{version}-geometry.diff
|
Patch12: %{name}-%{version}-geometry.diff
|
||||||
|
Patch13: %{name}-%{version}-nostrip.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -75,10 +76,10 @@ Authors:
|
|||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
|
%patch13 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cp %{SOURCE2} .
|
cp %{SOURCE2} .
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
|
||||||
make spotless
|
make spotless
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user