pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53686: shells/pdksh building fails due to wrong preprocessor checking



I was building pdksh as a dependency of libuuid.

Yes, Arch defines CPPFLAGS="-D_FORTIFY_SOURCE=2" in /etc/makepkg.conf. Thanks for these informations.

T think now this patch will be more relevent (if it works):
- $CPP $CPPFLAGS
+ $CPP $CPPFLAGS -U_FORTIFY_SOURCE


Home | Main Index | Thread Index | Old Index