memcached: bump version to 1.4.36
[buildroot-gz.git] / package / libtheora / 0001-link-libtheoradec.patch
blobc38d32bbbc14ede5c8d6d8606f1ab37eb09e473b
1 libtheoraenc.so needs to be linked to libtheoradec.so in order to avoid
3 symbol 'th_comment_query_count': can't resolve symbol in lib '/usr/lib/libtheoraenc.so.1'
5 when starting Freeswitch.
7 Patch downloaded from
8 http://www.sisyphus.ru/en/srpm/Sisyphus/libtheora/patches/0
10 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
12 --- libtheora/lib/Makefile.am
13 +++ libtheora/lib/Makefile.am
14 @@ -153,6 +153,7 @@ libtheoraenc_la_SOURCES = \
15 libtheoraenc_la_LDFLAGS = \
16 -version-info @THENC_LIB_CURRENT@:@THENC_LIB_REVISION@:@THENC_LIB_AGE@ \
17 @THEORAENC_LDFLAGS@ $(OGG_LIBS)
18 +libtheoraenc_la_LIBADD = libtheoradec.la
20 libtheora_la_SOURCES = \
21 $(decoder_sources) \