mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
986babfda7
Commit af18f1dac0b5 ("scripts: start_build: create libpthread and librt as well") added helper libs so that packages that try to find these libs can do so. %ci:no-build
13 lines
429 B
Diff
13 lines
429 B
Diff
diff -uNr microsocks/Makefile microsocks-mod/Makefile
|
|
--- microsocks/Makefile 2020-10-02 23:56:02.119088328 +0600
|
|
+++ microsocks-mod/Makefile 2020-10-03 00:58:49.228942473 +0600
|
|
@@ -1,7 +1,7 @@
|
|
# if you want to change/override some variables, do so in a file called
|
|
# config.mak, which is gets included automatically if it exists.
|
|
|
|
-prefix = /usr/local
|
|
+prefix = @TERMUX_PREFIX@
|
|
bindir = $(prefix)/bin
|
|
|
|
PROG = microsocks
|