1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/libretro-fbneo/patch-unbundle.patch
2021-06-03 13:34:15 +00:00

12 lines
209 B
Diff

Remove bundled zlib.
--- a/src/burner/libretro/Makefile
+++ b/src/burner/libretro/Makefile
@@ -692,6 +692,8 @@
LD = $(CXX)
endif
+LIBS += -lz
+
%.o: %.c
$(CC) -c $(OBJOUT)$@ $< $(CFLAGS) $(INCFLAGS)