diff options
author | 2020-03-25 03:22:33 +0000 | |
---|---|---|
committer | 2020-03-31 11:38:58 +0300 | |
commit | 8c293c2d398dbbe110b67473cc43835a43873c8c (patch) | |
tree | a972257a0e227a7bb81c0f791e2ab3c5e1b03a92 /media-plugins/live/files | |
parent | sys-kernel/linux-headers: Stable for HPPA (diff) | |
download | gentoo-8c293c2d398dbbe110b67473cc43835a43873c8c.tar.gz gentoo-8c293c2d398dbbe110b67473cc43835a43873c8c.tar.bz2 gentoo-8c293c2d398dbbe110b67473cc43835a43873c8c.zip |
media-plugins/live: Security bump to 2020.03.06
* Decided to bump to the latest while there.
* Adds an optional ssl dependency.
* Bumps from EAPI 5 => 7
Bug: https://bugs.gentoo.org/669276
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Closes: https://github.com/gentoo/gentoo/pull/15100
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/live/files')
-rw-r--r-- | media-plugins/live/files/config.gentoo-so-r3 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/live/files/config.gentoo-so-r3 b/media-plugins/live/files/config.gentoo-so-r3 new file mode 100644 index 000000000000..905e9e0b59a2 --- /dev/null +++ b/media-plugins/live/files/config.gentoo-so-r3 @@ -0,0 +1,17 @@ +COMPILE_OPTS = $(INCLUDES) -I. -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DXLOCALE_NOT_USED -DNO_OPENSSL=1 +C = c +C_COMPILER = $(CC) +C_FLAGS = $(COMPILE_OPTS) -fPIC $(CFLAGS) +CPP = cpp +CPLUSPLUS_COMPILER = $(CXX) +CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -fPIC $(CXXFLAGS) +OBJ = o +LINK = $(CXX) -o +LINK_OPTS = -L. +CONSOLE_LINK_OPTS = $(LINK_OPTS) +LIBRARY_LINK = $(CXX) -o +LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@ +LIB_SUFFIX = so +LIBS_FOR_CONSOLE_APPLICATION = +LIBS_FOR_GUI_APPLICATION = +EXE = |