mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
pkgbase: Stop adding FreeBSD-runtime as a dep for every package
shlib_required/provided is enough for the dependencies and this also causes problems for packages like rescue which shouldn't depend on runtime at all. PR: 268063 Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
07d1c4a919
commit
6933abc3e4
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ main() {
|
|||
pkgdeps="${outname}"
|
||||
;;
|
||||
${origname})
|
||||
pkgdeps="runtime"
|
||||
;;
|
||||
*)
|
||||
uclfile="${outname##*}${origname}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue