SPECS: dbus.spec - fix dotnet build
freetz
freetz at pld-linux.org
Fri Jan 20 12:59:39 CET 2006
Author: freetz Date: Fri Jan 20 11:59:39 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix dotnet build
---- Files affected:
SPECS:
dbus.spec (1.114 -> 1.115)
---- Diffs:
================================================================
Index: SPECS/dbus.spec
diff -u SPECS/dbus.spec:1.114 SPECS/dbus.spec:1.115
--- SPECS/dbus.spec:1.114 Wed Jan 18 19:38:57 2006
+++ SPECS/dbus.spec Fri Jan 20 12:59:33 2006
@@ -347,8 +347,8 @@
%configure \
QTDIR=/usr \
%{?debug:--enable-verbose-mode} \
- %{!?with_dotnet:--disable-mono} \
- %{!?with_dotnet:--disable-mono-docs} \
+ %{?with_dotnet:--enable-mono} \
+ %{?with_dotnet:--enable-mono-docs} \
%{!?with_gcj:--disable-gcj} \
%{?with_gcj:--enable-gcj} \
%{!?with_glib:--disable-glib} \
@@ -562,6 +562,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.115 2006/01/20 11:59:33 freetz
+- fix dotnet build
+
Revision 1.114 2006/01/18 18:38:57 freetz
- 0.60, dotnet not tested (we got broken mono stuff), build gcj by default,
TODO added
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dbus.spec?r1=1.114&r2=1.115&f=u
More information about the pld-cvs-commit
mailing list