COPTS -> CFLAGS
This commit is contained in:
parent
8fc7ba85c9
commit
e8f71fce37
@ -23,7 +23,7 @@ elsewhere for tools for ordinary humans layered on top of this.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{_smp_mflags} COPTS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
|
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
|
||||||
prefix=%{_prefix} all %{!?_without_docs: doc}
|
prefix=%{_prefix} all %{!?_without_docs: doc}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,6 +47,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
|
* Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
|
||||||
- parallelize build
|
- parallelize build
|
||||||
|
- COPTS -> CFLAGS
|
||||||
|
|
||||||
* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
|
* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
|
||||||
- update to 0.99.6
|
- update to 0.99.6
|
||||||
|
Loading…
Reference in New Issue
Block a user