Files
@ 05488ac6e003
Branch filter:
Location: ohnobinki_overlay/sys-apps/acl/acl-2.2.39-r1.ebuild.rej - annotation
05488ac6e003
746 B
text/plain
fixed error in my fix for net-ftp/vsftpd: I forgot to echo echo.
Um, please just see the diff to understand what ``echoing and echo'' means...
Um, please just see the diff to understand what ``echoing and echo'' means...
5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 5a1af5749a73 | ***************
*** 31,40 ****
acl-2.2.29-CITI_NFS4_ALL-3.dif
fi
epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch
sed -i \
-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
include/builddefs.in \
|| die "failed to update builddefs"
eautoconf
}
--- 35,50 ----
acl-2.2.29-CITI_NFS4_ALL-3.dif
fi
epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch
+ epatch "${FILESDIR}"/attr-2.4.32-libtool.patch
+ epatch "${FILESDIR}"/${P}-leave-las-to-libtool.patch
sed -i \
-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
include/builddefs.in \
|| die "failed to update builddefs"
+
+ AT_M4DIR="m4" eaclocal
+ _elibtoolize --copy --force
+ AT_M4DIR="m4" eaclocal
eautoconf
}
|