Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 654374 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (+1 lines)
Lines 405-410 Link Here
405
    sysroot=""
405
    sysroot=""
406
    AC_MSG_RESULT([/])
406
    AC_MSG_RESULT([/])
407
else
407
else
408
    SYSROOT=$sysroot
408
    AC_MSG_RESULT([$sysroot])
409
    AC_MSG_RESULT([$sysroot])
409
fi
410
fi
410
411
(-)a/src/Makefile.am (-1 / +1 lines)
Lines 38-44 Link Here
38
CLEANFILES = stunnel3
38
CLEANFILES = stunnel3
39
39
40
# Red Hat "by design" bug #82369
40
# Red Hat "by design" bug #82369
41
stunnel_CPPFLAGS = -I/usr/kerberos/include
41
stunnel_CPPFLAGS = -I$(SYSROOT)/usr/kerberos/include
42
42
43
# Additional preprocesor definitions
43
# Additional preprocesor definitions
44
stunnel_CPPFLAGS += -I$(SSLDIR)/include
44
stunnel_CPPFLAGS += -I$(SSLDIR)/include

Return to bug 654374