15 lines
486 B
Plaintext
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
|
|
|