-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libvpx1: Make it build again and add homepage
The workaround is to set CC=gcc in the environment when running the configure script. This bypasses a wonky internal configure function that makes the configure script fail otherwise. Also add homepage. Fixes #3853 Closes #3554 (the last does not build package in the list). Part of #411 Signed-off-by: Rune Morling <[email protected]>
- Loading branch information
Showing
8 changed files
with
66 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
libvpx.so.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
libc.so.6 | ||
libm.so.6 | ||
libpthread.so.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
libc.so.6 | ||
libm.so.6 | ||
libpthread.so.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
libc.so.6:__assert_fail | ||
libc.so.6:__stack_chk_fail | ||
libc.so.6:_setjmp | ||
libc.so.6:calloc | ||
libc.so.6:fclose | ||
libc.so.6:fopen64 | ||
libc.so.6:fprintf | ||
libc.so.6:fputc | ||
libc.so.6:free | ||
libc.so.6:fwrite | ||
libc.so.6:getenv | ||
libc.so.6:gettimeofday | ||
libc.so.6:longjmp | ||
libc.so.6:malloc | ||
libc.so.6:memcpy | ||
libc.so.6:memmove | ||
libc.so.6:memset | ||
libc.so.6:pthread_create | ||
libc.so.6:pthread_join | ||
libc.so.6:pthread_once | ||
libc.so.6:rand | ||
libc.so.6:realloc | ||
libc.so.6:sched_yield | ||
libc.so.6:sem_destroy | ||
libc.so.6:sem_init | ||
libc.so.6:sem_post | ||
libc.so.6:sem_wait | ||
libc.so.6:strncmp | ||
libc.so.6:strtol | ||
libc.so.6:sysconf | ||
libc.so.6:vsnprintf | ||
libm.so.6:exp | ||
libm.so.6:log | ||
libm.so.6:log10 | ||
libm.so.6:pow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters