Fix invoking autogen/configure so the default CFLAGS actually get applied
This commit is contained in:
parent
92dfead7a2
commit
36fd489271
10
motif.spec
10
motif.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Run-time libraries and programs
|
Summary: Run-time libraries and programs
|
||||||
Name: motif
|
Name: motif
|
||||||
Version: 2.3.4
|
Version: 2.3.4
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Source: http://downloads.sf.net/motif/motif-%{version}-src.tgz
|
Source: http://downloads.sf.net/motif/motif-%{version}-src.tgz
|
||||||
Source1: xmbind
|
Source1: xmbind
|
||||||
@ -72,9 +72,8 @@ This package contains the static Motif libraries.
|
|||||||
%patch48 -p1 -b .format-security
|
%patch48 -p1 -b .format-security
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" \
|
./autogen.sh
|
||||||
./autogen.sh --libdir=%{_libdir} --enable-static --enable-xft --enable-jpeg \
|
%configure --enable-static --enable-xft --enable-jpeg --enable-png
|
||||||
--enable-png
|
|
||||||
|
|
||||||
make clean %{?_smp_mflags}
|
make clean %{?_smp_mflags}
|
||||||
make -C include
|
make -C include
|
||||||
@ -120,6 +119,9 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 03 2022 Adam Jackson <ajax@redhat.com> - 2.3.4-25
|
||||||
|
- Fix invoking autogen/configure so the default CFLAGS actually get applied
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-24
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-24
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user