Skip to content

Commit

Permalink
Add -lutil to the options because forkpty may not be found
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxxr committed Oct 3, 2024
1 parent 334fd12 commit 16649ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/terminal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN cd /tmp \
&& export CFLAGS="$CFLAGS -fPIC" make \
&& make install clean \
&& rm -rf /tmp/libvterm-0.3.3
#docker build . -t libvterm && docker run -v $PWD:/build --rm libvterm /bin/bash -c "cd /build/;gcc terminal.c -Wl,-Bstatic -lvterm -Wl,-Bdynamic -o terminal.so -shared -fPIC"
#docker build . -t libvterm && docker run -v $PWD:/build --rm libvterm /bin/bash -c "cd /build/;gcc terminal.c -Wl,-Bstatic -lvterm -Wl,-Bdynamic -o terminal.so -shared -fPIC -lutil"

0 comments on commit 16649ec

Please sign in to comment.