From 7378eb392d5ca871d1029c8a5bbd3781bccb25cd Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 24 Apr 2002 20:44:17 +0000 Subject: [PATCH] - pass opt CFLAGS, release 3 Changed files: dmapi.spec -> 1.14 --- dmapi.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dmapi.spec b/dmapi.spec index d362ebc..3deaafe 100644 --- a/dmapi.spec +++ b/dmapi.spec @@ -2,7 +2,7 @@ Summary: DMAPI library Summary(pl): Biblioteka DMAPI Name: dmapi Version: 2.0.0 -Release: 2 +Release: 3 License: GPL Group: Libraries Source0: ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz @@ -62,7 +62,8 @@ Statyczna wersja biblioteki DMAPI. %build DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"; export DEBUG autoconf -%configure +%configure \ + OPTIMIZER="%{rpmcflags}" %{__make} -- 2.44.0