SHA256
1
0
forked from pool/dhcp

Accepting request 157180 from devel:ARM:AArch64:Factory

- config-guess-sub-update.patch:
  Update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/157180
OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=98
This commit is contained in:
Marius Tomaschewski 2013-03-05 09:07:00 +00:00 committed by Git OBS Bridge
parent 58f1b21b5d
commit c45fe5eff8
3 changed files with 2592 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Mar 3 21:54:38 UTC 2013 - schwab@suse.de
- config-guess-sub-update.patch:
Update config.guess/sub for aarch64
-------------------------------------------------------------------
Fri Jan 11 10:54:28 UTC 2013 - mt@suse.com

View File

@ -92,6 +92,7 @@ Patch48: dhcp-4.2.3-P1-dhclient-log-pid.diff
Patch49: dhcp-4.2.4-interface-discovery-using-getifaddrs.patch
Patch50: dhcp-4.2.4-P2-do-not-die-on-sigpipe.patch
##
Patch51: config-guess-sub-update.patch
PreReq: /bin/touch /sbin/chkconfig sysconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1220
@ -235,6 +236,7 @@ dos2unix contrib/ms2isc/*
pushd bind
gunzip -c bind.tar.gz | tar xf -
rm -rf bind-*/contrib/dbus
patch -p0 -d bind-* < %{P:51}
popd
%if %suse_version >= 1210
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -W -Wall -Wno-unused"