forked from pool/ncurses
Accepting request 94961 from Base:System
- Avoid linker script libterminfo.so as bash configure can not handle this OBS-URL: https://build.opensuse.org/request/show/94961 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ncurses?expand=0&rev=47
This commit is contained in:
commit
6fe6441bb4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 13:32:02 UTC 2011 - werner@suse.de
|
||||
|
||||
- Avoid linker script libterminfo.so as bash configure can not
|
||||
handle this
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 12:17:08 UTC 2011 - werner@suse.de
|
||||
|
||||
|
@ -572,9 +572,11 @@ export BUILD_TIC=$PWD/../progs/tic
|
||||
esac
|
||||
done
|
||||
done
|
||||
%if 0
|
||||
lnk=%{buildroot}%{_libdir}/libtermcap.so
|
||||
echo '/* GNU ld script */' > ${lnk}
|
||||
echo "INPUT(AS_NEEDED(-ltinfo))" >> ${lnk}
|
||||
%endif
|
||||
chmod 0755 %{buildroot}/%{_lib}/lib*.so.*
|
||||
chmod 0755 %{buildroot}/%{_libdir}/lib*.so.*
|
||||
chmod a-x %{buildroot}/%{_libdir}/lib*.a
|
||||
|
Loading…
Reference in New Issue
Block a user