Changeset a051af0 for npl/mailserver/netqmail/netqmail.SlackBuild
- Timestamp:
- 12/14/20 16:48:13 (4 years ago)
- Branches:
- master
- Children:
- 31fd825
- Parents:
- 6e9c61f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/mailserver/netqmail/netqmail.SlackBuild
r6e9c61f ra051af0 116 116 ### all important qmail patches 117 117 # 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="rob20 180403"118 ROBVERSION="rob20201204" 119 119 patch < /tmp/build/roberto-netqmail-1.06.patch-latest || exit 1 120 120 ln -s /usr/include/srs2.h /usr/local/include/srs2.h … … 140 140 #large inode support 141 141 sed 's/O2$/O2 -D_FILE_OFFSET_BITS=64/' conf-cc -i || exit 1 142 make setup check || exit 1142 make -j1 setup check || exit 1 143 143 144 144 # Default qmail rules
Note: See TracChangeset
for help on using the changeset viewer.