23 Sep
2013
23 Sep
'13
10 p.m.
On Mon, Sep 23, 2013 at 9:41 AM, Nowaker <enwukaer@gmail.com> wrote:
coreutils depends on libattr and libcap. Because of the nature of static compilation libattr.a and libcap.a files are needed during the build. My package defines PKGBUILDs from [core] repo as source=(), performs `makepkg`, and provides -L for coreutils make during build(). [2]
Something bugs me about calling makepkg from within a PKGBUILD. I would make attr-static and libpcap-static packages that don't strip the static libs when packaging and depend on those. ~Celti