chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a860ad
)
libunwind: Remove after building
author
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 8 Aug 2017 10:18:28 +0000
(12:18 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 8 Aug 2017 10:18:28 +0000
(12:18 +0200)
When building arm c++ code we do not want this libunwind to be used.
packages/libunwind/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libunwind/build.sh
b/packages/libunwind/build.sh
index 68b1f2bf029902dfb61d10244ebd5f8456753020..67b9a861375650aa446784c2347391a6a5d8a48d 100644
(file)
--- a/
packages/libunwind/build.sh
+++ b/
packages/libunwind/build.sh
@@
-11,3
+11,9
@@
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-tests --disable-coredump"
termux_step_post_extract_package() {
NOCONFIGURE=1 ./autogen.sh
}
+
+termux_step_post_massage() {
+ # Hack to fix problem with building arm c++ code
+ # which should not use this libunwind:
+ rm $TERMUX_PREFIX/lib/libunwind*
+}