openbsd-ports/databases/xapian-bindings/patches/patch-python3_Makefile_in
sthen fc6d0b9274 update to xapian 1.4.13
mostly from Lucas Raab, patch/wantlib regen + shared_libs bump from me
2019-10-23 12:13:34 +00:00

15 lines
486 B
Plaintext

$OpenBSD: patch-python3_Makefile_in,v 1.2 2019/10/23 12:13:34 sthen Exp $
Index: python3/Makefile.in
--- python3/Makefile.in.orig
+++ python3/Makefile.in
@@ -1296,7 +1296,7 @@ xapian/__pycache__/__init__.@PYTHON3_CACHE_OPT1_EXT@:
xapian/_xapian$(PYTHON3_SO): _xapian.la
$(MKDIR_P) xapian
- $(LIBTOOL) --config > libtoolconfig.tmp
+ $(LIBTOOL) --config | grep -v pic > libtoolconfig.tmp
. ./libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON3_SO) xapian
rm -f libtoolconfig.tmp