qt5-base: some utilities require explicit linking with zlib

This commit is contained in:
Leonid Pliushch 2019-04-24 00:52:23 +03:00 committed by Yaksh Bariya
parent e429c1e7eb
commit 28a6b4d232
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581

View File

@ -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}"