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 632911 Details for
Bug 866032
configure --disable-static prevents building of freetype static library
[?]
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]
Added static subpackage
0001-Added-static-subpackage.patch (text/plain), 2.36 KB, created by
Nicola Fontana
on 2012-10-24 17:59:03 UTC
(
hide
)
Description:
Added static subpackage
Filename:
MIME Type:
Creator:
Nicola Fontana
Created:
2012-10-24 17:59:03 UTC
Size:
2.36 KB
patch
obsolete
>From de336cf528733a95e32b2d885586faeb7a42e995 Mon Sep 17 00:00:00 2001 >From: Nicola Fontana <ntd@entidi.it> >Date: Wed, 24 Oct 2012 19:51:43 +0200 >Subject: [PATCH] Added static subpackage > >--- > mingw-freetype.spec | 27 ++++++++++++++++++++++++++- > 1 file changed, 26 insertions(+), 1 deletion(-) > >diff --git a/mingw-freetype.spec b/mingw-freetype.spec >index b01196f..ca40bcf 100644 >--- a/mingw-freetype.spec >+++ b/mingw-freetype.spec >@@ -47,6 +47,14 @@ Summary: Free and portable font rendering engine > %description -n mingw32-freetype > MinGW Windows Freetype library. > >+%package -n mingw32-freetype-static >+Summary: Static version of the MinGW Windows Freetype library >+Requires: mingw32-freetype = %{version}-%{release} >+Group: Development/Libraries >+ >+%description -n mingw32-freetype-static >+Static version of the MinGW Windows Freetype library. >+ > # Win64 > %package -n mingw64-freetype > Summary: Free and portable font rendering engine >@@ -54,6 +62,14 @@ Summary: Free and portable font rendering engine > %description -n mingw64-freetype > MinGW Windows Freetype library. > >+%package -n mingw64-freetype-static >+Summary: Static version of the MinGW Windows Freetype library >+Requires: mingw64-freetype = %{version}-%{release} >+Group: Development/Libraries >+ >+%description -n mingw64-freetype-static >+Static version of the MinGW Windows Freetype library. >+ > > %?mingw_debug_package > >@@ -72,7 +88,7 @@ MinGW Windows Freetype library. > > > %build >-%mingw_configure --disable-static >+%mingw_configure --enable-static --enable-shared > %mingw_make %{?_smp_mflags} > > # The ft2demos Makefile is hacky and doesn't understand >@@ -100,6 +116,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete > %{mingw32_libdir}/pkgconfig/freetype2.pc > %{mingw32_datadir}/aclocal/freetype2.m4 > >+%files -n mingw32-freetype-static >+%{mingw32_libdir}/libfreetype.a >+ > %files -n mingw64-freetype > %doc docs/LICENSE.TXT > %{mingw64_bindir}/freetype-config >@@ -110,8 +129,14 @@ find $RPM_BUILD_ROOT -name "*.la" -delete > %{mingw64_libdir}/pkgconfig/freetype2.pc > %{mingw64_datadir}/aclocal/freetype2.m4 > >+%files -n mingw64-freetype-static >+%{mingw64_libdir}/libfreetype.a >+ > > %changelog >+* Wed Oct 24 2012 Nicola Fontana <ntd@entidi.it> - 2.4.10-2 >+- Added static subpackage >+ > * Sun Oct 07 2012 Kalev Lember <kalevlember@gmail.com> - 2.4.10-1 > - Update to 2.4.10 > >-- >1.7.12.3 >
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 866032
: 632911