--- module-init-tools-3.0.ebuild 2004-05-02 17:10:15.000000000 +0200 +++ module-init-tools-3.0-r1.ebuild 2004-05-03 22:35:39.000000000 +0200 @@ -63,7 +63,7 @@ econf \ --disable-strip \ --prefix=/ \ - --disable-insmod-static \ + --enable-insmod-static \ --disable-zlib \ ${myconf} || die "econf failed" @@ -104,7 +104,7 @@ # This code was borrowed from the module-init-tools Makefile local runme= local f= - for f in lsmod modprobe rmmod depmod insmod modinfo + for f in lsmod modprobe rmmod depmod insmod insmod.static modinfo do if [ -L ${D}/sbin/${f} ] then