Skip to content

Commit b0731ae

Browse files
knyipablicy183
authored andcommitted
cppunit: lib soft link
1 parent b21d7ad commit b0731ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tur/cppunit/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="A C++ unit testing framework"
33
TERMUX_PKG_LICENSE="LGPL-2.1"
44
TERMUX_PKG_MAINTAINER="@termux-user-repository"
55
TERMUX_PKG_VERSION=1.15.1
6+
TERMUX_PKG_REVISION=1
67
TERMUX_PKG_SRCURL=https://dev-www.libreoffice.org/src/cppunit-$TERMUX_PKG_VERSION.tar.gz
78
TERMUX_PKG_SHA256=89c5c6665337f56fd2db36bc3805a5619709d51fb136e51937072f63fcc717a7
89

@@ -18,6 +19,10 @@ termux_step_post_configure() {
1819
sed -i 's/ -shared / -Wl,--as-needed\0/g' ./libtool
1920
}
2021

22+
termux_step_post_make_install() {
23+
ln -sr $PREFIX/lib/libcppunit-1.15.so $PREFIX/lib/libcppunit.so
24+
}
25+
2126
termux_step_post_massage() {
2227
# Do not forget to bump revision of reverse dependencies and rebuild them
2328
# after SOVERSION is changed.

0 commit comments

Comments
 (0)