mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
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
14 lines
490 B
Diff
14 lines
490 B
Diff
diff -uNr mupdf-1.15.0-source/Makerules mupdf-1.15.0-source.mod/Makerules
|
|
--- mupdf-1.15.0-source/Makerules 2019-05-06 14:53:09.000000000 +0300
|
|
+++ mupdf-1.15.0-source.mod/Makerules 2019-07-01 02:08:28.604522907 +0300
|
|
@@ -116,7 +116,8 @@
|
|
RANLIB = xcrun ranlib
|
|
|
|
else ifeq ($(OS),Linux)
|
|
- HAVE_OBJCOPY := yes
|
|
+ #HAVE_OBJCOPY := yes
|
|
+ HAVE_OBJCOPY := no
|
|
|
|
ifeq ($(shell pkg-config --exists freetype2 && echo yes),yes)
|
|
SYS_FREETYPE_CFLAGS := $(shell pkg-config --cflags freetype2)
|