mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-13 14:09:19 +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
23 lines
408 B
Diff
23 lines
408 B
Diff
diff -uNr v-0.2.2/Makefile v-0.2.2.mod/Makefile
|
|
--- v-0.2.2/Makefile 2021-01-22 09:39:44.000000000 +0000
|
|
+++ v-0.2.2.mod/Makefile 2021-05-06 11:58:25.054252805 +0000
|
|
@@ -82,18 +82,11 @@
|
|
chmod 755 v
|
|
endif
|
|
|
|
-ifdef prod
|
|
- $(V) -prod self
|
|
-else
|
|
- $(V) self
|
|
-endif
|
|
-
|
|
ifndef ANDROID
|
|
$(MAKE) modules
|
|
endif
|
|
endif
|
|
@echo "V has been successfully built"
|
|
- @$(V) -version
|
|
|
|
#clean: clean_tmp
|
|
#git clean -xf
|