Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41624 - iptables ebuild ipv6 build fix
Summary: iptables ebuild ipv6 build fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-14 20:41 UTC by BigBug
Modified: 2004-03-09 07:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BigBug 2004-02-14 20:41:03 UTC
in iptables-1.2.9.ebuild forgotten to add ${myconf} to make command, so ipv6 interface is buit/installed even if using of ipv6 is not specificed, eg it contain:

make \
  LIBDIR=/lib \
  BINDIR=/sbin \
  MANDIR=/usr/share/man \
  INCDIR=/usr/include \
  KERNEL_DIR=/usr/src/linux \
  || die

but shoud:

 make \
  LIBDIR=/lib \
  BINDIR=/sbin \
  MANDIR=/usr/share/man \
  INCDIR=/usr/include \
  KERNEL_DIR=/usr/src/linux \
  ${myconf} \
  || die

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-03-09 07:58:15 UTC
In CVS soon, thanks!