Browse Source

requires GNU make and fix deps to bootstrap

master
parent
commit
5eb716f7a7
  1. 6
      gdb/gdb.spec

6
gdb/gdb.spec

@ -33,7 +33,7 @@ Packager: The OpenPKG Project
Distribution: OpenPKG [BASE]
License: GPL
Version: 5.2.1
Release: 20020808
Release: 20020814
# list of sources
Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
@ -41,8 +41,8 @@ Source0: ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG
PreReq: OpenPKG
BuildPreReq: OpenPKG, openpkg >= 20020206, make
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save