Michael Tokarev: > SEARCHDIRS=$(${CC-gcc} -print-search-dirs 2>/dev/null | > sed -n '/^libraries: =/s/libraries: =//p' | > sed -e 's/:/\n/g' | xargs -n1 readlink -f | > grep -v 'gcc\|/[0-9.]\+$' | sort -u) > if [ -z "$SEARCHDIRS" ]; then > SEARCHDIRS="/usr/lib64 /lib64 /usr/lib /lib" > fi
You won't find this in the makedefs files from postfix.org mirrors. I suppose this was added by a Linux distribution maintainer. Wietse