Magellan Linux

Diff of /smage/trunk/core/util-linux/util-linux-2.36-r1.smage2

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

revision 14452 by niro, Thu Jul 30 11:36:20 2020 UTC revision 14453 by niro, Tue Aug 4 08:43:07 2020 UTC
# Line 166  src_prepare() Line 166  src_prepare()
166    
167  src_compile()  src_compile()
168  {  {
169     # more does not build on alx and will be delete later, as we use more from busybox
170     local myopts
171     myopts="--disable-more"
172    
173   # enabled libmount-mount to utilize mount with a mtab symlink   # enabled libmount-mount to utilize mount with a mtab symlink
174   # which is needed by systemd   # which is needed by systemd
175    
# Line 197  src_compile() Line 201  src_compile()
201   --disable-silent-rules \   --disable-silent-rules \
202   --enable-socket-activation \   --enable-socket-activation \
203   --enable-libmount-force-mountinfo \   --enable-libmount-force-mountinfo \
204     ${myopts} \
205   || die   || die
206    
207   mmake || die   mmake || die

Legend:
Removed from v.14452  
changed lines
  Added in v.14453