rpms/avahi/devel avahi-0.6.3-MONO_SHARED_DIR.patch,NONE,1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 12 22:49:23 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/avahi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16856

Added Files:
	avahi-0.6.3-MONO_SHARED_DIR.patch 
Log Message:
Allow mono mcs to work in buildroot

avahi-0.6.3-MONO_SHARED_DIR.patch:
 Makefile.am |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE avahi-0.6.3-MONO_SHARED_DIR.patch ---
--- avahi-0.6.3/avahi-sharp/Makefile.am.MONO_SHARED_DIR	2005-12-22 07:36:22.000000000 -0500
+++ avahi-0.6.3/avahi-sharp/Makefile.am	2006-01-12 17:41:11.000000000 -0500
@@ -48,7 +48,7 @@
 	$(srcdir)/gencfg.sh
 
 $(ASSEMBLY): $(AVAHISOURCES)
-	mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
+	MONO_SHARED_DIR=. mcs -keyfile:$(srcdir)/avahi.snk -target:library -out:$@ -debug $(AVAHISOURCES) -r:Mono.Posix
 
 
 $(ASSEMBLY).config: $(ASSEMBLY).config.in




More information about the fedora-cvs-commits mailing list