Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_fix_64bit_FTBFS.patch | [PATCH] applied patch for 64 bit machines This commit applies an updated patch like the one provided in message patch 2906372 in source forge bellagio trackers It changes the output of adresses removing the cast to int =================================================================== |
Giulio Urlini <giulio.urlini@st.com> | no | upstream, http://omxil.git.sourceforge.net/git/gitweb.cgi?p=omxil/components;a=commitdiff;h=631c72a857d3a2d5272523513556ad26a7a9a8cd | 2010-02-16 | |
02_Werror.patch | turn off -Werror during configuration to fix FTBFS Allow warnings during configuration, otherwise it fails: configure:11768: gcc -o conftest -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Wno-error=unused-but-set-variable -Werror -D_FORTIFY_SOURCE=2 -Wl,-Bsymbolic-functions -Wl,-z,relro conftest.c -lpthread >&5 conftest.c: In function 'main': conftest.c:27:22: error: null argument where non-null required (argument 1) [-Werror=nonnull] conftest.c:28:22: error: null argument where non-null required (argument 1) [-Werror=nonnull] conftest.c:28:22: error: null argument where non-null required (argument 3) [-Werror=nonnull] cc1: all warnings being treated as errors |
Ilya Barygin <randomaction@ubuntu.com> | no | 2020-09-12 |