qt5-base: some utilities require explicit linking with zlib
This commit is contained in:
parent
e429c1e7eb
commit
28a6b4d232
@ -271,7 +271,7 @@ termux_step_make_install() {
|
|||||||
|
|
||||||
## Fix build failure on at least 'i686'.
|
## Fix build failure on at least 'i686'.
|
||||||
sed \
|
sed \
|
||||||
-i 's@$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)@$(LINK) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) $(LFLAGS)@g' \
|
-i 's@$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)@$(LINK) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) $(LFLAGS) -lz@g' \
|
||||||
Makefile
|
Makefile
|
||||||
|
|
||||||
make -j "${TERMUX_MAKE_PROCESSES}"
|
make -j "${TERMUX_MAKE_PROCESSES}"
|
||||||
|
Loading…
Reference in New Issue
Block a user