New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/pull/23646#issuecomment-662949898 Comment: On 2020-07-22 19:43:04-0700, Douglas Kosovic wrote: > @dkosovic commented on this pull request. > > > > > + if [ "$CROSS_BUILD" ]; then > + PPP_VERSION=$(sed -n 's/^\#define\s*VERSION\s*"\([^\s]*\)"$/\1/p' /usr/${XBPS_CROSS_TRIPLET}/usr/include/pppd/patchlevel.h) > + else > + PPP_VERSION=$(sed -n 's/^\#define\s*VERSION\s*"\([^\s]*\)"$/\1/p' /usr/include/pppd/patchlevel.h) > > The current Debian package has a patch that does that, so can confirm it should work with that location. > > The next upstream version will use `/usr/share/dbus-1/system.d` by default with commit https://github.com/nm-l2tp/NetworkManager-l2tp/commit/1fb9197b628f4b010e515a49b55a2d20ed18a9cf. Thanks, I'll push this out when chromium is finished building. https://github.com/sgn/void-packages/commit/a1d215ab4ae4beda1ae9ff0eb795a1b491497f52 Don't want to queue it on top of chromium. -- Danh