disable rpath
This commit is contained in:
parent
cf46a22621
commit
218b987178
@ -1,7 +1,7 @@
|
||||
Summary: Scanner access software
|
||||
Name: sane-backends
|
||||
Version: 1.0.20
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||
# Tools are GPLv2+, docs are public domain
|
||||
# see LICENSE for details
|
||||
@ -88,7 +88,8 @@ want to access digital cameras.
|
||||
%build
|
||||
%configure \
|
||||
--with-gphoto2=%{_prefix} \
|
||||
--with-docdir=%{_docdir}/%{name}-%{version}
|
||||
--with-docdir=%{_docdir}/%{name}-%{version} \
|
||||
--disable-rpath
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
@ -153,6 +154,9 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/sane-backends.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
|
||||
- disable rpath
|
||||
|
||||
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2
|
||||
- fix permissions for Epson Expression 800 (#456656)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user