SPECS: shfs.spec - there is no OPT option anymore, specify CC="%{_...

sparky sparky at pld-linux.org
Thu Jan 19 22:30:06 CET 2006


Author: sparky                       Date: Thu Jan 19 21:30:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- there is no OPT option anymore, specify CC="%{__cc} %{rpmcflags}"

---- Files affected:
SPECS:
   shfs.spec (1.47 -> 1.48) 

---- Diffs:

================================================================
Index: SPECS/shfs.spec
diff -u SPECS/shfs.spec:1.47 SPECS/shfs.spec:1.48
--- SPECS/shfs.spec:1.47	Thu Jan 12 19:24:27 2006
+++ SPECS/shfs.spec	Thu Jan 19 22:29:58 2006
@@ -146,8 +146,8 @@
 %if %{with userspace}
 %{__make} -C shfsmount \
 	SHFS_VERSION=\"%{version}\" \
-	CC="%{__cc}" \
-	OPT="%{rpmcflags}" \
+	CC="%{__cc} %{rpmcflags}" \
+	LINKER="%{__cc}"	\
 	LDFLAGS="%{rpmldflags}"
 %{__make} docs
 %endif
@@ -216,6 +216,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2006/01/19 21:29:58  sparky
+- there is no OPT option anymore, specify CC="%{__cc} %{rpmcflags}"
+
 Revision 1.47  2006/01/12 18:24:27  arekm
 - undefine smp for sparc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/shfs.spec?r1=1.47&r2=1.48&f=u



More information about the pld-cvs-commit mailing list