Codebase list liblivemedia / 8c70fb0
Pass LDFLAGS to the shared library linker. Benjamin Drung 11 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Pass LDFLAGS to the shared library linker
1 Author: Benjamin Drung <bdrung@debian.org>
2
3 --- a/config.linux-with-shared-libraries
4 +++ b/config.linux-with-shared-libraries
5 @@ -38,7 +38,7 @@
6 LIBRARY_LINK = gcc -o
7 SHORT_LIB_SUFFIX = so.$(shell expr $($(NAME)_VERSION_CURRENT) - $($(NAME)_VERSION_AGE))
8 LIB_SUFFIX = $(SHORT_LIB_SUFFIX).$($(NAME)_VERSION_AGE).$($(NAME)_VERSION_REVISION)
9 -LIBRARY_LINK_OPTS = -shared -Wl,-soname,$(NAME).$(SHORT_LIB_SUFFIX)
10 +LIBRARY_LINK_OPTS = -shared -Wl,-soname,$(NAME).$(SHORT_LIB_SUFFIX) $(LDFLAGS)
11 LIBS_FOR_CONSOLE_APPLICATION =
12 LIBS_FOR_GUI_APPLICATION =
13 EXE =
00 020_invalid_casts.patch
11 021_ip_mreq_source.patch
2 linker-flags.patch