Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit cf3b4eb

Browse files
committed
Fixed tasker #2581
1 parent f74342b commit cf3b4eb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tools.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -4768,7 +4768,7 @@ tools:
47684768
47694769
- name: tasker
47704770
version: 0.9
4771-
#check: ${binary}
4771+
check: ${binary} --version
47724772
needs:
47734773
- docker
47744774
tags:
@@ -4780,15 +4780,17 @@ tools:
47804780
build-essential \
47814781
autoconf \
47824782
automake \
4783-
git
4783+
libtool \
4784+
git \
4785+
ca-certificates
47844786
install: |
47854787
docker_run \
47864788
--workdir /go/src/github.com/stevegrubb/tasker \
47874789
<<EOF
47884790
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/stevegrubb/tasker .
47894791
./autogen.sh
4790-
./configure --prefix=/target
4791-
make
4792+
./configure --prefix=/target --disable-shared --enable-static
4793+
make LDFLAGS=--static
47924794
make install
47934795
EOF
47944796

0 commit comments

Comments
 (0)