Browse Source

requires GNU make to pass variables down to cascaded make instances

master
Thomas Lotterer 24 years ago committed by Ralf S. Engelschall
parent
commit
afbb894f8f
  1. 4
      libnet/libnet.spec

4
libnet/libnet.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Network
License: BSD-style
Version: 1.1.0
Release: 20020816
Release: 20020819
# list of sources
Source0: http://www.packetfactory.net/libnet/dist/libnet-%{version}.tar.gz
@ -41,7 +41,7 @@ Source0: http://www.packetfactory.net/libnet/dist/libnet-%{version}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
BuildPreReq: OpenPKG, openpkg >= 20020206, gcc, make
PreReq: OpenPKG, openpkg >= 20020206
AutoReq: no
AutoReqProv: no

Loading…
Cancel
Save