Skip to content

Commit

Permalink
Rebase just-built DLLs for python3
Browse files Browse the repository at this point in the history
  • Loading branch information
lemniscati committed Apr 14, 2021
1 parent 5ea2ba2 commit 0c50eee
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 1.4.18-cygwin-rebase.patch
@@ -0,0 +1,10 @@
--- origsrc/xapian-bindings-1.4.18/python3/Makefile.am
+++ src/xapian-bindings-1.4.18/python3/Makefile.am
@@ -92,6 +92,7 @@
## ksh requires a path on the sourced file.
. ./libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON3_SO) xapian
rm -f libtoolconfig.tmp
+ rebase -s $@

CLEANFILES = \
xapian/_xapian$(PYTHON3_SO) \
1 change: 1 addition & 0 deletions xapian-bindings.cygport
Expand Up @@ -14,6 +14,7 @@ PATCH_URI="
1.2.12-php.patch
1.2.17-tcl.patch
1.4.18-python3.patch
1.4.18-cygwin-rebase.patch
"

BUILD_REQUIRES="\
Expand Down

0 comments on commit 0c50eee

Please sign in to comment.