|
Line
Link Here
|
| 0 |
-- mod_auth_kerb-5.0_rc5.ebuild.orig 2004-08-15 04:01:32.000000000 -0500 |
0 |
++ mod_auth_kerb-5.0_rc5.ebuild 2004-08-15 05:27:35.000000000 -0500 |
|
Lines 23-30
Link Here
|
| 23 |
} |
23 |
} |
| 24 |
|
24 |
|
| 25 |
src_compile() { |
25 |
src_compile() { |
|
|
26 |
CFLAGS="" |
| 26 |
econf || die "configure problem" |
27 |
econf || die "configure problem" |
| 27 |
emake || die "compile problem" |
28 |
|
|
|
29 |
NEWCFLAGS=" ${CFLAGS}" |
| 30 |
CFLAGS=${NEWCFLAGS// -/ -Wc,-} |
| 31 |
emake CFLAGS="${CFLAGS}" || die "compile problem" |
| 28 |
} |
32 |
} |
| 29 |
|
33 |
|
| 30 |
src_install() { |
34 |
src_install() { |