mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-07 20:10:04 +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
18 lines
324 B
Diff
18 lines
324 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -21,10 +21,10 @@
|
|
datarootdir='$(prefix)/share'
|
|
infodir='$(datarootdir)/info'
|
|
mandir='$(datarootdir)/man'
|
|
-CXX=g++
|
|
-CPPFLAGS=
|
|
-CXXFLAGS='-Wall -W -O2'
|
|
-LDFLAGS=
|
|
+CXX?=g++
|
|
+CPPFLAGS?=
|
|
+CXXFLAGS?='-Wall -W -O2'
|
|
+LDFLAGS?=
|
|
LIBS='-llz -lpthread'
|
|
|
|
# checking whether we are using GNU C++.
|