You are not logged in.
Hello
In nginx-mainline-mod-http-xslt-filter I would like setup the same makedepends than nginx-mainline.
currently, in nginx-mainline-mod-http-xslt-filter:
makedepends=("nginx-mainline-src=$pkgver")and in nginx-mainline:
makedepends=(mercurial pcre2 zlib openssl gd geoip mailcap libxcrypt libxslt rsync)straightforward solution, in nginx-mainline-mod-http-xslt-filter:
makedepends=("nginx-mainline-src=$pkgver" mercurial pcre2 zlib openssl gd geoip mailcap libxcrypt libxslt rsync)But is it possible to do something like:
makedepends=("nginx-mainline-src=$pkgver" "makedepends from nginx-mainline-src=$pkgver")Thanks in advance.
Offline
No I don't think so, just spell them out ![]()
Offline
That's what I thought.
Thanks for your reply.
Offline