git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4124a48
)
Disable static libraries.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 23 Jan 2009 11:33:49 +0000
(11:33 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 23 Jan 2009 11:33:49 +0000
(11:33 +0000)
example/mingw32-example.spec
patch
|
blob
|
history
diff --git
a/example/mingw32-example.spec
b/example/mingw32-example.spec
index
e17205e
..
9361ee9
100644
(file)
--- a/
example/mingw32-example.spec
+++ b/
example/mingw32-example.spec
@@
-39,7
+39,7
@@
BuildRequires: mingw32-binutils
%build
-%{_mingw32_configure}
+%{_mingw32_configure}
--disable-static
make %{?_smp_mflags}
@@
-63,5
+63,5
@@
rm -rf $RPM_BUILD_ROOT
%changelog
-*
Thu Nov 13 2008
Your Name <you@example.com> - 1.2.3-1
+*
Fri Jan 23 2009
Your Name <you@example.com> - 1.2.3-1
- Initial RPM release.