Parent Directory
|
Revision Log
Add bashrc for profile to check for faulty openat.c files from gnulib.
| 1 | post_src_unpack() { |
| 2 | if grep -q "Assume that mode_t is passed compatibly" ${S} -r --include openat.c; then |
| 3 | eerror "The source code contains a faulty openal.c unit from gnulib." |
| 4 | eerror "Please report this on Gentoo Bugzilla in Gentoo BSD product." |
| 5 | eerror "http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20BSD" |
| 6 | die "Broken openal.c gnulib unit." |
| 7 | fi |
| 8 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |