2bb9cb61b7
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@2911 6952d904-891a-0410-993b-d76249ca496b
36 lines
1.6 KiB
Diff
36 lines
1.6 KiB
Diff
Index: simias-1.8.3.10200.stable/configure.in
|
|
===================================================================
|
|
--- simias-1.8.3.10200.stable.orig/configure.in 2010-07-19 12:29:01.505201104 -0400
|
|
+++ simias-1.8.3.10200.stable/configure.in 2010-07-19 12:29:19.545199987 -0400
|
|
@@ -697,7 +697,7 @@ AC_SUBST(XML2_LIBS)
|
|
# Configure MONO_WEBSERVER
|
|
#
|
|
MONO_WEBSERVER="no"
|
|
-if test -e "/usr/lib/mono/1.0/Mono.WebServer.dll"; then
|
|
+if test -e "/usr/lib/mono/2.0/Mono.WebServer2.dll"; then
|
|
MONO_WEBSERVER="yes"
|
|
fi
|
|
|
|
Index: simias-1.8.3.10200.stable/src/core/SimiasApp/Makefile.am
|
|
===================================================================
|
|
--- simias-1.8.3.10200.stable.orig/src/core/SimiasApp/Makefile.am 2010-04-15 10:16:23.000000000 -0400
|
|
+++ simias-1.8.3.10200.stable/src/core/SimiasApp/Makefile.am 2010-07-19 12:29:19.545199987 -0400
|
|
@@ -7,7 +7,7 @@ else
|
|
SYSTEM_INSTALLER_LIB =
|
|
endif
|
|
|
|
-MONO_WEBSERVER_PATH = ../../../dependencies/external/Mono.WebServer
|
|
+MONO_WEBSERVER_PATH = /usr/lib/mono/2.0/
|
|
|
|
Simias_CSFILES = $(srcdir)/Simias.cs \
|
|
$(srcdir)/SimiasAppInstallerClass.cs
|
|
@@ -16,7 +16,7 @@ Simias_CSFILES_CSC := $(subst /,$(SEP),$
|
|
Simias_INCLUDES =
|
|
Simias_RESOURCES = $(srcdir)/App$(ICON_EXT)
|
|
Simias_FLAGS = $(CSC_EXEFLAG)
|
|
-Simias_LIBS = System.dll System.Data.dll $(SYSTEM_XML) System.Web.dll $(SYSTEM_INSTALLER_LIB) SimiasClient.dll Mono.WebServer.dll
|
|
+Simias_LIBS = System.dll System.Data.dll $(SYSTEM_XML) System.Web.dll $(SYSTEM_INSTALLER_LIB) SimiasClient.dll Mono.WebServer2.dll
|
|
Simias_LIBPATH = ../SimiasClient $(MONO_WEBSERVER_PATH)
|
|
|
|
EXTRA_DIST = App.ico $(Simias_CSFILES) AssemblyInfo.cs.in
|