Changeset 51f8de3 for networking/netprogs/samba.xml
- Timestamp:
- 03/24/2018 08:34:22 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, lazarus, perl-modules, qt5new, trunk, upgradedb, xry111/intltool, xry111/test-20220226
- Children:
- 2d7a4fcf
- Parents:
- 91e3ca8c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/netprogs/samba.xml
r91e3ca8c r51f8de3 65 65 <bridgehead renderas="sect4">Required</bridgehead> 66 66 <para role="required"> 67 <xref linkend="rpcsvc-proto"/> and 68 <xref linkend="python2"/> 67 <xref linkend="libtirpc"/>, 68 <xref linkend="python2"/>, and 69 <xref linkend="rpcsvc-proto"/> 69 70 </para> 70 71 … … 72 73 <para role="recommended"> 73 74 <xref linkend="gpgme"/>, 74 <xref linkend="libtirpc"/>,75 75 <xref linkend="libxslt"/> (for documentation), 76 76 <xref linkend="perl-parse-yapp"/>, … … 102 102 <ulink url="https://ctdb.samba.org/">ctdb</ulink> (included), 103 103 <ulink url="https://people.gnome.org/~veillard/gamin/">Gamin</ulink>, 104 <ulink url="http://www.h5l.org/">Heimdal</ulink> ( currently not working),104 <ulink url="http://www.h5l.org/">Heimdal</ulink> (included), 105 105 <ulink url="http://ftp.de.debian.org/debian/pool/main/liba/libaio/">libaio</ulink>, 106 106 <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, … … 153 153 commands:</para> 154 154 155 <screen revision="sysv"><userinput>CFLAGS="-I/usr/include/tirpc -ltirpc" \ 155 <screen revision="sysv"><userinput>CFLAGS="-I/usr/include/tirpc" \ 156 LDFLAGS="-ltirpc" \ 156 157 ./configure \ 157 158 --prefix=/usr \ … … 166 167 make</userinput></screen> 167 168 168 <screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc -ltirpc" \ 169 <screen revision="systemd"><userinput>CFLAGS="-I/usr/include/tirpc" \ 170 LDFLAGS="-ltirpc" \ 169 171 ./configure \ 170 172 --prefix=/usr \
Note:
See TracChangeset
for help on using the changeset viewer.