diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-03 09:58:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-03 09:58:09 +0000 |
commit | 7c08058fac709df4e6f49184048501dc890de028 (patch) | |
tree | 292e485bdc50530d4da98fbeb33b760911a52a23 /main/unbound/swig.patch | |
parent | 9d1db9e42cf8bb4fe6a7fa5954e366d856991839 (diff) | |
download | aports-7c08058fac709df4e6f49184048501dc890de028.tar.bz2 aports-7c08058fac709df4e6f49184048501dc890de028.tar.xz |
main/unbound: upgrade to 1.4.18
Diffstat (limited to 'main/unbound/swig.patch')
-rw-r--r-- | main/unbound/swig.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/unbound/swig.patch b/main/unbound/swig.patch new file mode 100644 index 0000000000..176e06c56d --- /dev/null +++ b/main/unbound/swig.patch @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig ++++ ./Makefile.in +@@ -370,7 +370,7 @@ + $(srcdir)/libunbound/unbound.h + libunbound/python/libunbound_wrap.c: $(srcdir)/libunbound/python/libunbound.i $(srcdir)/libunbound/unbound.h + @-if test ! -d libunbound/python; then $(INSTALL) -d libunbound/python; fi +- $(SWIG) -python -o $@ $(CPPFLAGS) $(srcdir)/libunbound/python/libunbound.i ++ $(SWIG) -python -o $@ "$(CPPFLAGS)" $(srcdir)/libunbound/python/libunbound.i + + # Pyunbound python unbound wrapper + _unbound.la: libunbound_wrap.lo libunbound.la |