Line
Link Here
|
0 |
-- a/sys-apps/iproute2/iproute2-4.7.0.ebuild |
0 |
++ b/sys-apps/iproute2/iproute2-4.7.0.ebuild |
Lines 85-91
src_configure() {
Link Here
|
85 |
${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile |
85 |
${CC} ${CFLAGS} ${LDFLAGS} test.c -lresolv >&/dev/null || sed -i '/^LDLIBS/s:-lresolv::' "${S}"/Makefile |
86 |
popd >/dev/null |
86 |
popd >/dev/null |
87 |
|
87 |
|
88 |
cat <<-EOF > Config |
88 |
source configure |
|
|
89 |
check_toolchain |
90 |
cat <<-EOF >> Config |
89 |
TC_CONFIG_ATM := $(usex atm y n) |
91 |
TC_CONFIG_ATM := $(usex atm y n) |
90 |
TC_CONFIG_XT := $(usex iptables y n) |
92 |
TC_CONFIG_XT := $(usex iptables y n) |
91 |
# We've locked in recent enough kernel headers #549948 |
93 |
# We've locked in recent enough kernel headers #549948 |