diff options
author | Sam James <sam@gentoo.org> | 2022-08-01 04:14:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-01 04:14:24 +0100 |
commit | ae3d6c0ed6a90e6f1aad6687f4be9d2aa180ae9a (patch) | |
tree | 3f7df972bb8c7ba282644e06a683e79872149717 /app-crypt/tc-play/files/tc-play-3.3-ldflags.patch | |
parent | app-crypt/tc-play: [QA] EAPI 8, fix useless multilib (diff) | |
download | gentoo-ae3d6c0ed6a90e6f1aad6687f4be9d2aa180ae9a.tar.gz gentoo-ae3d6c0ed6a90e6f1aad6687f4be9d2aa180ae9a.tar.bz2 gentoo-ae3d6c0ed6a90e6f1aad6687f4be9d2aa180ae9a.zip |
app-crypt/tc-play: add 3.3
Closes: https://bugs.gentoo.org/722072
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/tc-play/files/tc-play-3.3-ldflags.patch')
-rw-r--r-- | app-crypt/tc-play/files/tc-play-3.3-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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) \ |