Allow mono mcs to work in buildroot
This commit is contained in:
parent
3d3470ceda
commit
5b5f9bd11e
11
avahi-0.6.3-MONO_SHARED_DIR.patch
Normal file
11
avahi-0.6.3-MONO_SHARED_DIR.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user