void-packages/common/hooks/pre-configure/ldconfig-wrapper
Juan RP 62a643d5c7 xbps-src: create a dummy ldconfig wrapper.
This fixes build/installation of some pkgs that exec ldconfig gratuitously
(ntfs-3g fails with musl due to this).
2015-04-21 10:29:58 +02:00

4 lines
66 B
Bash

#!/bin/sh
echo "ldconfig-wrapper: ignoring arguments: $@"
exit 0