View | Details | Raw Unified | Return to bug 4881
Collapse All | Expand All

(-)glib.spec.orig (-1 / +6 lines)
Lines 1-6 Link Here
1
Name: glib
1
Name: glib
2
Version: 1.2.10
2
Version: 1.2.10
3
Release: alt9
3
Release: alt9.64bit
4
4
5
Summary: A library of handy utility functions
5
Summary: A library of handy utility functions
6
License: LGPL
6
License: LGPL
Lines 54-59 Link Here
54
find -type f -name \*.orig -print -delete
54
find -type f -name \*.orig -print -delete
55
55
56
%build
56
%build
57
%__subst 's,/lib/,/%_lib/,g; s,/lib ,/%_lib ,g' ltconfig
58
57
%{?_disable_static:export lt_cv_prog_cc_static_works=no}
59
%{?_disable_static:export lt_cv_prog_cc_static_works=no}
58
%{?_enable_static:export lt_cv_prog_cc_static_works=yes}
60
%{?_enable_static:export lt_cv_prog_cc_static_works=yes}
59
%configure %{subst_enable static}
61
%configure %{subst_enable static}
Lines 110-115 Link Here
110
%endif
112
%endif
111
113
112
%changelog
114
%changelog
115
* Fri Apr 29 2005 Anton D. Kachalov <mouse@altlinux.org> 1.2.10-alt9.64bit
116
- Hack to support 64bit with old ltconfig
117
113
* Thu Aug 26 2004 Dmitry V. Levin <ldv@altlinux.org> 1.2.10-alt9
118
* Thu Aug 26 2004 Dmitry V. Levin <ldv@altlinux.org> 1.2.10-alt9
114
- Fixed library linkage.
119
- Fixed library linkage.
115
- Added multilib support (#4881).
120
- Added multilib support (#4881).

Return to bug 4881