Changeset 179d426d for server


Ignore:
Timestamp:
08/17/2021 04:21:17 AM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
388f1375
Parents:
f3bd06a
Message:

Tags and a glibc-2.24 update for postfix

Location:
server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • server/databases/sqlite.xml

    rf3bd06a r179d426d  
    131131            --disable-static  \
    132132            --enable-fts5     \
    133             CPPFLAGS="-DSQLITE_ENABLE_FTS3=1  \
    134             -DSQLITE_ENABLE_FTS4=1            \
    135             -DSQLITE_ENABLE_COLUMN_METADATA=1 \
    136             -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
    137             -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
    138             -DSQLITE_SECURE_DELETE=1          \
    139             -DSQLITE_ENABLE_FTS3_TOKENIZER=1" &amp;&amp;
     133            CPPFLAGS="-DSQLITE_ENABLE_FTS3=1            \
     134                      -DSQLITE_ENABLE_FTS4=1            \
     135                      -DSQLITE_ENABLE_COLUMN_METADATA=1 \
     136                      -DSQLITE_ENABLE_UNLOCK_NOTIFY=1   \
     137                      -DSQLITE_ENABLE_DBSTAT_VTAB=1     \
     138                      -DSQLITE_SECURE_DELETE=1          \
     139                      -DSQLITE_ENABLE_FTS3_TOKENIZER=1" &amp;&amp;
    140140make</userinput></screen>
    141141
  • server/mail/postfix.xml

    rf3bd06a r179d426d  
    3737    </para>
    3838
    39     &lfs101_checked;
     39    &lfs110_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    147147
    148148<screen><userinput>sed -i 's/.\x08//g' README_FILES/*</userinput></screen>
    149 <!--
    150       <para>
    151         Apply a patch to allow <application>Postfix</application> to compile
    152         on <application>Glibc-2.30</application> where some macros were
    153         dropped:
    154       </para>
    155 
    156 <screen><userinput>patch -Np1 -i ../postfix-&postfix-version;-glibc230_fix-1.patch</userinput></screen>
    157 -->
     149
     150      <para>
     151        Make an adjustment to allow <application>Postfix</application> to compile
     152        on <application>Glibc-2.34</application> and later:
     153      </para>
     154
     155<screen><userinput>sed -i '/&lt;linux/i #define HAS_CLOSEFROM' src/util/sys_defs.h</userinput></screen>
     156
    158157      <para>
    159158        The <application>Postfix</application> source tree does not contain a
Note: See TracChangeset for help on using the changeset viewer.