common/wrappers/ldconfig.sh: pass through -p.
Some silly configure scripts use this.
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ "$1" = "-p" ]; then
|
||||||
|
exec /usr/bin/ldconfig "$@"
|
||||||
|
fi
|
||||||
|
|
||||||
echo "ldconfig-wrapper: ignoring arguments: $@"
|
echo "ldconfig-wrapper: ignoring arguments: $@"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user