packages: iproute2/iproute2.spec - fix LIBDIR setting; use rpmcppflags
arekm
arekm at pld-linux.org
Tue Dec 21 15:31:47 CET 2010
Author: arekm Date: Tue Dec 21 14:31:47 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fix LIBDIR setting; use rpmcppflags
---- Files affected:
packages/iproute2:
iproute2.spec (1.197 -> 1.198)
---- Diffs:
================================================================
Index: packages/iproute2/iproute2.spec
diff -u packages/iproute2/iproute2.spec:1.197 packages/iproute2/iproute2.spec:1.198
--- packages/iproute2/iproute2.spec:1.197 Wed Dec 15 22:38:59 2010
+++ packages/iproute2/iproute2.spec Tue Dec 21 15:31:42 2010
@@ -141,8 +141,9 @@
LD="%{__cc}" \
%endif
HOSTCC="%{__cc}" \
- OPT="%{rpmcflags}" \
+ OPT="%{rpmcflags} %{rpmcppflags}" \
LDFLAGS="%{rpmldflags} -Wl,-export-dynamic" \
+ LIBDIR=%{_libdir} \
%{!?with_tc:SUBDIRS="lib ip misc"}
%{?with_doc:%{__make} -C doc}
@@ -222,6 +223,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.198 2010/12/21 14:31:42 arekm
+- fix LIBDIR setting; use rpmcppflags
+
Revision 1.197 2010/12/15 21:38:59 glen
- doc subpackage
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/iproute2/iproute2.spec?r1=1.197&r2=1.198&f=u
More information about the pld-cvs-commit
mailing list