mupdf/mupdf-no-strip.patch
Martin Pluskal 00b13a2796 - Update to 1.25.2:
* Add support to spot invisible text in structured text.
  * Fix sanitisation of clipping paths.
  * Fix leak in C++ wrappers.
- Update to 1.25.1:
  * Fix bug in structured text to html conversion concerning color.
- For changes in 1.25.0 and older see https://mupdf.com/releases/history

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=136
2025-01-03 09:16:17 +00:00

12 lines
415 B
Diff

--- mupdf-1.23.3-source/Makerules.orig 2023-09-20 07:55:15.822969071 +0200
+++ mupdf-1.23.3-source/Makerules 2023-09-20 07:55:39.019862276 +0200
@@ -93,7 +93,7 @@
LDFLAGS += -g
else ifeq ($(build),release)
CFLAGS += -pipe -O2 -DNDEBUG
- LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
+ LDFLAGS += $(LDREMOVEUNREACH)
else ifeq ($(build),small)
CFLAGS += -pipe -Os -DNDEBUG
LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s