mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-13 04:32:09 +01:00
12 lines
522 B
Diff
12 lines
522 B
Diff
--- ./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
|