Append curdir to CMake invokation. (#1668512)

This commit is contained in:
Björn Esser 2019-01-23 09:29:05 +01:00
parent 370a53435e
commit 9682d5000f
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libindi
Version: 1.7.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Instrument Neutral Distributed Interface
License: LGPLv2+ and GPLv2+
@ -67,7 +67,7 @@ chmod -x drivers/telescope/lx200fs2.h
chmod -x drivers/telescope/lx200fs2.cpp
%build
%cmake
%cmake .
make VERBOSE=1 %{?_smp_mflags}
%install
@ -96,6 +96,9 @@ make install DESTDIR=%{buildroot}
%{_libdir}/*.a
%changelog
* Wed Jan 23 2019 Björn Esser <besser82@fedoraproject.org> - 1.7.4-3
- Append curdir to CMake invokation. (#1668512)
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.7.4-2
- Rebuild with fixed binutils