Ignore:
Timestamp:
12/14/20 16:48:13 (4 years ago)
Author:
Edwin Eefting <edwin@datux.nl>
Branches:
master
Children:
31fd825
Parents:
6e9c61f
Message:

updated to 1.06_rob20201204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • npl/mailserver/netqmail/netqmail.SlackBuild

    r6e9c61f ra051af0  
    116116### all important qmail patches
    117117# above is all replaced by the great uberpatch from http://notes.sagredo.eu/en/qmail-notes-185/patching-qmail-82.html THANKS Roberto Puzzanghera!
    118 ROBVERSION="rob20180403"
     118ROBVERSION="rob20201204"
    119119patch < /tmp/build/roberto-netqmail-1.06.patch-latest || exit 1
    120120ln -s /usr/include/srs2.h /usr/local/include/srs2.h
     
    140140#large inode support
    141141sed 's/O2$/O2 -D_FILE_OFFSET_BITS=64/' conf-cc -i || exit 1
    142 make setup check || exit 1
     142make -j1 setup check || exit 1
    143143
    144144# Default qmail rules
Note: See TracChangeset for help on using the changeset viewer.