openwrt-packages/mail
Jo-Philipp Wich abcadcbede postfix: fix musl compatibility
The current package patches `makedefs` to probe for the existance
of the `nsl` and `resolv` libraries but uses the wrong variables
for the prefix, leading to `makedefs` probing the host directories,
not the staging dir ones.

Replace `$PKG_BUILD_DIR` with `$STAGING_DIR` to perform the library
tests in the correct directory.

Fixes the following error spotted by doing test builds against musl
which does not provide a `libnsl`:

    .../mips-openwrt-linux-musl/bin/ld: cannot find -lnsl
    collect2: error: ld returned 1 exit status
    make: *** [master] Error 1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 14:55:33 +02:00
..
alpine Remove libcrypto dependency 2015-04-23 08:29:38 +00:00
bogofilter bogofilter: remove host includes 2015-03-11 17:58:27 +01:00
dovecot dovecot: update to 2.2.15 2014-11-09 20:23:56 +01:00
fdm fdm: add missing quote mark in Makefile 2014-12-07 19:48:17 +08:00
mailman Merge pull request #1133 from Shulyaka/master 2015-04-10 16:41:54 -04:00
mailsend mailsend: split into 2 packages - with SSL and without SSL 2015-03-04 16:52:02 -05:00
msmtp msmtp: update to 1.6.2 2015-04-26 22:48:51 +02:00
nail nail: unbreak compilation 2014-12-16 09:30:36 +01:00
postfix postfix: fix musl compatibility 2015-06-26 14:55:33 +02:00
ssmtp ssmtp: more pointer fixes 2014-11-12 21:37:17 +01:00