libslang-utf8.so should not use the symbol __libc_enable_secure (#161536).
This commit is contained in:
parent
35c22dd7e1
commit
52a116b24f
@ -3,7 +3,7 @@
|
||||
Summary: The shared library for the S-Lang extension language.
|
||||
Name: slang
|
||||
Version: 1.4.9
|
||||
Release: 21
|
||||
Release: 22
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://space.mit.edu/pub/davis/slang/v1.4/slang-%{version}.tar.bz2
|
||||
@ -14,6 +14,7 @@ Patch3: slang-1.4.5-utf8-segv.patch
|
||||
Patch4: slang-utf8-fix.patch
|
||||
Patch5: slang-1.4.9-gcc4.patch
|
||||
Patch6: slang-refresh.patch
|
||||
Patch7: slang-nointerlibc.patch
|
||||
Url: http://www.s-lang.org/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: libtool, libtermcap-devel
|
||||
@ -50,6 +51,7 @@ based on the S-Lang extension language.
|
||||
%patch4 -p1 -b .utf8-fix
|
||||
%patch5 -p1 -b .gcc4
|
||||
%patch6 -p1 -b .refresh
|
||||
%patch7 -p1 -b .nointerlibc
|
||||
|
||||
cp %{SOURCE2} .
|
||||
|
||||
@ -93,6 +95,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_includedir}/slang
|
||||
|
||||
%changelog
|
||||
* Mon Oct 24 2005 Petr Raszyk <praszyk@redhat.com> - 1.4.9-22
|
||||
- libslang-utf8.so should not use the symbol __libc_enable_secure
|
||||
- (#161536). slang-nointerlibc.patch
|
||||
- Additional some comments/hints for C-Frame 121
|
||||
|
||||
* Sun Oct 16 2005 Florian La Roche <laroche@redhat.com>
|
||||
- set _filter_GLIBC_PRIVATE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user