From a9b37934d0877c4249ea35c9e9c5b8cf3b836c9e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 1 Aug 2022 09:15:09 +0100 Subject: gentoo auto-resync : 01:08:2022 - 09:15:08 --- app-crypt/tc-play/files/tc-play-3.3-ldflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-crypt/tc-play/files/tc-play-3.3-ldflags.patch (limited to 'app-crypt/tc-play/files/tc-play-3.3-ldflags.patch') diff --git a/app-crypt/tc-play/files/tc-play-3.3-ldflags.patch b/app-crypt/tc-play/files/tc-play-3.3-ldflags.patch new file mode 100644 index 000000000000..5976ecdd4d81 --- /dev/null +++ b/app-crypt/tc-play/files/tc-play-3.3-ldflags.patch @@ -0,0 +1,11 @@ +--- a/Makefile.classic ++++ b/Makefile.classic +@@ -84,7 +84,7 @@ all: tcplay libtcplay.so libtcplay.a + $(CC) $(COMMON_CFLAGS) $(CFLAGS) -c -o $@ $< + + tcplay: $(OBJS_PROG) +- $(CC) $(COMMON_CFLAGS) $(CFLAGS) -o tcplay $(OBJS_PROG) $(LIBS) ++ $(CC) $(COMMON_CFLAGS) $(CFLAGS) -o tcplay $(LDFLAGS) $(OBJS_PROG) $(LIBS) + + libtcplay.so.$(MAJ_VER).$(MIN_VER): $(OBJS_LIB) + $(CC) -shared -Wl,-version-script=tcplay.map -Wl,-soname=libtcplay.so.$(MAJ_VER).$(MIN_VER) $(LDFLAGS) \ -- cgit v1.2.3