1 OBS-URL: https://build.opensuse.org/request/show/494739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdata-sharp?expand=0&rev=15
14 lines
657 B
Diff
14 lines
657 B
Diff
Index: libgoogle-data-mono-1.4.0.2/Makefile
|
|
===================================================================
|
|
--- libgoogle-data-mono-1.4.0.2.orig/Makefile
|
|
+++ libgoogle-data-mono-1.4.0.2/Makefile
|
|
@@ -128,7 +128,7 @@ uninstall:
|
|
for i in $(PKGCONFIG_FILES) ; do rm "$(DESTDIR)$(PREFIX)/lib/pkgconfig/$$i" ; done
|
|
|
|
tests: $(ALLLIBS)
|
|
- $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) -r:nunit.framework.dll $(test_sources)
|
|
+ $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) $(shell pkg-config --libs nunit) $(test_sources)
|
|
|
|
gbase_customertool_sources = samples/gbase/example.cs \
|
|
samples/gbase/customertool.cs \
|