Magellan Linux

Diff of /smage/trunk/core/rsync/rsync-3.2.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 14048 by niro, Fri Jul 3 08:01:46 2020 UTC revision 14049 by niro, Fri Jul 3 08:03:43 2020 UTC
# Line 28  src_compile() Line 28  src_compile()
28  {  {
29   cd ${SRCDIR}   cd ${SRCDIR}
30    
31     local myconf
32     # no openssl
33     myconf+=" --disable-openssl"
34     # no xxhash
35     myconf+=" --disable-xxhash"
36     # no lz
37     myconf+=" --disable-zstd --disable-lz4"
38    
39   # we want not hassle with libpopt dependencies   # we want not hassle with libpopt dependencies
40   # so we use the rsync bundled popt library   # so we use the rsync bundled popt library
41   mconfigure --with-rsyncd-conf=/etc/rsyncd.conf --with-included-popt --disable-openssl --disable-xxhash --disable-zstd || die   mconfigure --with-rsyncd-conf=/etc/rsyncd.conf --with-included-popt ${myconf} || die
42   mmake || die   mmake || die
43  }  }

Legend:
Removed from v.14048  
changed lines
  Added in v.14049