ocp: remove now unnecessary filesel patches.

This commit is contained in:
fcambus 2023-01-01 22:54:52 +00:00
parent d46b9f27ed
commit aa55a11cf8
2 changed files with 0 additions and 24 deletions

View File

@ -1,12 +0,0 @@
Index: filesel/Makefile
--- filesel/Makefile.orig
+++ filesel/Makefile
@@ -23,7 +23,7 @@ cdrom$(LIB_SUFFIX): $(cdrom_so)
$(CC) $(SHARED_FLAGS) -o $@ $^ $(PTHREAD_LIBS) $(LIBDISCID_LIBS)
pfilesel$(LIB_SUFFIX): $(pfilesel_so)
- $(CC) $(SHARED_FLAGS) -o $@ $^ -lbz2 -lz $(MATH_LIBS) $(ICONV_LIBS) $(LIBCJSON_LIBS)
+ $(CC) $(LDFLAGS) $(SHARED_FLAGS) -o $@ $^ -lbz2 -lz $(MATH_LIBS) $(ICONV_LIBS) $(LIBCJSON_LIBS)
clean:
$(MAKE) -C cdfs TOPDIR=../$(TOPDIR) clean

View File

@ -1,12 +0,0 @@
Index: filesel/cdfs/Makefile
--- filesel/cdfs/Makefile.orig
+++ filesel/cdfs/Makefile
@@ -24,7 +24,7 @@ endif
.PHONY: all clean install uninstall
cdfs$(LIB_SUFFIX): $(cdfs_so)
- $(CC) $(SHARED_FLAGS) $(ICONV_LIBS) -o $@ $^ $(LIBDISCID_LIBS)
+ $(CC) $(LDFLAGS) $(SHARED_FLAGS) $(ICONV_LIBS) -o $@ $^ $(LIBDISCID_LIBS)
audio.o: \
audio.c \