Codebase list gavl / 06ea7f9
Renamed patch 0002-ubuntu_armel_ftbfs.patch -> 0001-ubuntu_armel_ftbfs.patch since it is the only remaining patch IOhannes m zmölnig 11 years ago
3 changed file(s) with 19 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 Description: Fix build failure on Ubuntu armel.
1 Bug-Ubuntu: https://launchpad.net/bugs/704027
2 Author: Alessio Treglia <alessio@debian.org>
3 ---
4 src/Makefile.am | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 --- gavl.orig/src/Makefile.am
8 +++ gavl/src/Makefile.am
9 @@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT
10
11
12 volume_test_SOURCES = volume_test.c
13 -volume_test_LDADD = ../gavl/libgavl.la
14 +volume_test_LDADD = -lm ../gavl/libgavl.la
15
16 dump_frame_table_SOURCES = dump_frame_table.c
17 dump_frame_table_LDADD = ../gavl/libgavl.la
+0
-18
debian/patches/0002-ubuntu_armel_ftbfs.patch less more
0 Description: Fix build failure on Ubuntu armel.
1 Bug-Ubuntu: https://launchpad.net/bugs/704027
2 Author: Alessio Treglia <alessio@debian.org>
3 ---
4 src/Makefile.am | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7 --- gavl.orig/src/Makefile.am
8 +++ gavl/src/Makefile.am
9 @@ -30,7 +30,7 @@ benchmark_LDADD = ../gavl/libgavl.la @RT
10
11
12 volume_test_SOURCES = volume_test.c
13 -volume_test_LDADD = ../gavl/libgavl.la
14 +volume_test_LDADD = -lm ../gavl/libgavl.la
15
16 dump_frame_table_SOURCES = dump_frame_table.c
17 dump_frame_table_LDADD = ../gavl/libgavl.la
0 0002-ubuntu_armel_ftbfs.patch
0 0001-ubuntu_armel_ftbfs.patch