SPECS: libowfat.spec - pass CC and CFLAGS
darekr
darekr at pld-linux.org
Sun Aug 13 19:44:59 CEST 2006
Author: darekr Date: Sun Aug 13 17:44:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pass CC and CFLAGS
---- Files affected:
SPECS:
libowfat.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/libowfat.spec
diff -u SPECS/libowfat.spec:1.8 SPECS/libowfat.spec:1.9
--- SPECS/libowfat.spec:1.8 Sun Aug 13 19:37:39 2006
+++ SPECS/libowfat.spec Sun Aug 13 19:44:53 2006
@@ -1,5 +1,4 @@
# $Revision$, $Date$
-# TODO: optflags
Summary: libowfat - reimplement libdjb
Summary(pl): libowfat - reimplementacja libdjb
Name: libowfat
@@ -27,7 +26,9 @@
%patch0 -p1
%build
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags} -I."
%install
rm -rf $RPM_BUILD_ROOT
@@ -51,6 +52,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/08/13 17:44:53 darekr
+- pass CC and CFLAGS
+
Revision 1.8 2006/08/13 17:37:39 paszczus
- updated to 0.24
- updated libowfat-DESTDIR.patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libowfat.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list