Browse Source

fix building under Linux

master
parent
commit
193239e03f
  1. 4
      termutils/termutils.spec

4
termutils/termutils.spec

@ -33,10 +33,11 @@ Distribution: OpenPKG [BASE]
Group: Terminal
License: GPL
Version: 2.0
Release: 20020206
Release: 20020223
# list of sources
Source0: ftp://ftp.gnu.org/gnu/termutils/termutils-%{version}.tar.gz
Patch0: termutils.patch
# build information
Prefix: %{l_prefix}
@ -51,6 +52,7 @@ AutoReqProv: no
%prep
%setup -q
%patch -p0
%build
CC="%{l_cc}" \

Loading…
Cancel
Save