Actions
Bug #2460
closedUnable to disable tracing during build time using --disable-trace
Bug #2460:
Unable to disable tracing during build time using --disable-trace
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2014-11-10
Due date:
% Done:
100%
Estimated time:
Found in version:
3.9.2050~g5a07ff1
Affected Versions:
Description
When trying to disable tracing the build fails. I propose fixing the build or just plain remove the configure option :)
# ./configure --disable-trace # make CC src/uuid.o CC src/main.o CC src/tvhlog.o CC src/idnode.o CC src/prop.o CC src/utils.o CC src/wrappers.o CC src/access.o src/access.c: In function ‘access_get’: src/access.c:522:3: error: implicit declaration of function ‘access_dump_a’ [-Werror=implicit-function-declaration] cc1: all warnings being treated as errors make: *** [/usr/src/tvheadend/build.linux/src/access.o] Error 1
Actions