mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-25 17:52:44 +00:00
Commit af18f1dac0
("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
|