This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 49e084c106474f818152a20ab877188d667e4d68
Author: Kim Woelders <[email protected]>
AuthorDate: Fri Aug 7 13:12:36 2026 +0200
Spec file: Add a %conf section
---
imlib2.spec.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/imlib2.spec.in b/imlib2.spec.in
index 41ef6eb..f4c6d21 100644
--- a/imlib2.spec.in
+++ b/imlib2.spec.in
@@ -28,7 +28,7 @@ Headers, static libraries and documentation for Imlib2.
%prep
%setup -q
-%build
+%conf
archopts="--disable-mmx --disable-amd64"
%ifarch x86_64
archopts="--disable-mmx --enable-amd64"
@@ -37,6 +37,8 @@ archopts="--disable-mmx --enable-amd64"
archopts="--enable-mmx --disable-amd64"
%endif
%configure $archopts %{?acflags}
+
+%build
make %{?_smp_mflags}
%install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.