Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334135
Collapse All | Expand All

(-)commoncpp2-1.8.0.orig/configure.ac (-1 / +1 lines)
Lines 267-273 Link Here
267
267
268
AM_CONDITIONAL(WITH_CPPUNIT_TESTS, test "$CPPUNIT_LIBS" != " ")
268
AM_CONDITIONAL(WITH_CPPUNIT_TESTS, test "$CPPUNIT_LIBS" != " ")
269
269
270
AC_CHECK_HEADERS(sys/file.h sys/param.h sys/wait.h syslog.h syslog.hposix_evlog.h ss.h ioctl.h)
270
AC_CHECK_HEADERS(sys/file.h sys/param.h sys/stat.h sys/wait.h syslog.h syslog.hposix_evlog.h ss.h ioctl.h)
271
AC_CHECK_FUNCS(realpath lstat snprintf memmove strdup lockf waitpid wait4 gettimeofday)
271
AC_CHECK_FUNCS(realpath lstat snprintf memmove strdup lockf waitpid wait4 gettimeofday)
272
AC_CHECK_FUNCS(posix_memalign setegid setpgrp getpagesize)
272
AC_CHECK_FUNCS(posix_memalign setegid setpgrp getpagesize)
273
273
(-)commoncpp2-1.8.0.orig/inc/cc++/applog.h (+4 lines)
Lines 47-52 Link Here
47
#include <cc++/slog.h>
47
#include <cc++/slog.h>
48
#endif
48
#endif
49
49
50
#ifdef HAVE_SYS_STAT_H
51
#include <sys/stat.h>
52
#endif
53
50
#include <cc++/exception.h>
54
#include <cc++/exception.h>
51
55
52
#include <string>
56
#include <string>

Return to bug 334135