Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 705670 Details for
Bug 911540
ncurses C++ dynamic library missing
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to build using libtool for C++ shared library
0001-Build-using-libtool-for-C-shared-library.patch (text/plain), 2.11 KB, created by
Tim Niemueller
on 2013-03-05 21:34:09 UTC
(
hide
)
Description:
Patch to build using libtool for C++ shared library
Filename:
MIME Type:
Creator:
Tim Niemueller
Created:
2013-03-05 21:34:09 UTC
Size:
2.11 KB
patch
obsolete
>From a37ee9f2f310f6d5ab1cf3d2815f9d312d216a17 Mon Sep 17 00:00:00 2001 >From: Tim Niemueller <niemueller@kbsg.rwth-aachen.de> >Date: Tue, 5 Mar 2013 22:32:21 +0100 >Subject: [PATCH] Build using libtool for C++ shared library > >--- > ncurses.spec | 16 +++++++++++----- > 1 file changed, 11 insertions(+), 5 deletions(-) > >diff --git a/ncurses.spec b/ncurses.spec >index 1e5b998..355b08a 100644 >--- a/ncurses.spec >+++ b/ncurses.spec >@@ -1,7 +1,7 @@ > Summary: Ncurses support utilities > Name: ncurses > Version: 5.9 >-Release: 8.20130126%{?dist} >+Release: 9.20130126%{?dist} > License: MIT > Group: System Environment/Base > URL: http://invisible-island.net/ncurses/ncurses.html >@@ -116,7 +116,7 @@ done > > %build > %global ncurses_options \\\ >- --with-shared --without-ada --with-ospeed=unsigned \\\ >+ --with-shared --with-libtool --without-ada --with-ospeed=unsigned \\\ > --enable-hard-tabs --enable-xmc-glitch --enable-colorfgbg \\\ > --with-terminfo-dirs=%{_sysconfdir}/terminfo:%{_datadir}/terminfo \\\ > --enable-overwrite \\\ >@@ -130,13 +130,14 @@ mkdir narrowc widec > cd narrowc > ln -s ../configure . > %configure %{ncurses_options} --with-ticlib >-make %{?_smp_mflags} libs >+# no %{?_smp_mflags}, it breaks libtool builds (required for C++ shared lib) >+make libs > make %{?_smp_mflags} -C progs > > cd ../widec > ln -s ../configure . > %configure %{ncurses_options} --enable-widec --without-progs >-make %{?_smp_mflags} libs >+make libs > cd .. > > %install >@@ -197,7 +198,8 @@ echo "INPUT(-lncursesw)" > $RPM_BUILD_ROOT%{_libdir}/libcursesw.so > echo "INPUT(-ltinfo)" > $RPM_BUILD_ROOT%{_libdir}/libtermcap.so > > rm -f $RPM_BUILD_ROOT%{_libdir}/terminfo >-rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/{*_g,ncurses++*}.pc >+rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/{*_g}.pc >+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la > > bzip2 NEWS > >@@ -244,6 +246,10 @@ bzip2 NEWS > %{_libdir}/lib*.a > > %changelog >+* Fri Mar 01 2013 Tim Niemueller <tim@niemueller.de> 5.9-9.20130126 >+- Build using libtool >+- Add C++ shared library >+ > * Wed Jan 30 2013 Miroslav Lichvar <mlichvar@redhat.com> 5.9-8.20130126 > - update to 20130126 > - clear scrollback buffer in clear (#815790) >-- >1.8.1.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 911540
: 705670