diff options
author | Patrick McDermott <pehjota> | 2020-06-21 10:36:19 (EDT) |
---|---|---|
committer | Patrick McDermott <pehjota> | 2020-06-21 10:36:19 (EDT) |
commit | 9bb3c6c5a31142e3838edfdb8beee1e2ede57710 (patch) | |
tree | b45d7c52005b5c8f3165d2e2404d733e998f4360 | |
parent | 921067e5e3a1962dd751bac8c5042f28671b4be8 (diff) |
dev/multiarch: Mention oh-shlibdeps libdirs fix
-rw-r--r-- | dev/multiarch.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev/multiarch.mdwn b/dev/multiarch.mdwn index d7c6a05..fa3f818 100644 --- a/dev/multiarch.mdwn +++ b/dev/multiarch.mdwn @@ -93,8 +93,9 @@ control field like Debian's and Ubuntu's `Multi-Arch`. However, ProteanOS will instead use [a control field that serves multiple purposes: `Section`][spf-fields-bin]. `Section: lib` packages will be automatically made coinstallable by opkbuild, by architecture-qualifying their names as described -above. Library dependencies generated by oh-shlibdeps will automatically use -the architecture-qualified names. +above. Library dependencies generated by oh-shlibdeps (with [a +fix][oh-shlibdeps-host-libdirs] to be released) will automatically use the +architecture-qualified names. ProteanOS systems should have only native architecture feeds for sections `boot`, `dev`, and `util` but may have multiple feeds for sections `dbg`, `lib`, @@ -115,6 +116,7 @@ listing unqualified package names in `Build-Depends` instead of having to add [wuc-mas-arch-indep-files]: https://wiki.ubuntu.com/MultiarchSpec#Architecture-independent_files_in_multiarch_packages [wuc-mas-control-fields]: https://wiki.ubuntu.com/MultiarchSpec#Binary_package_control_fields [spf-fields-bin]: http://specs.proteanos.com/spf-2.0/fields.html#fields-bin +[oh-shlibdeps-host-libdirs]: http://git.proteanos.com/opkhelper/opkhelper.git/commit/?id=c214c727f60b070aa502b20dcc1ad7e3ce8579f2 [opkg-wrapper]: http://git.proteanos.com/pkg/opkg-lede.git/tree/opkg |