Magellan Linux

Diff of /trunk/core/util-linux/util-linux-2.31.1-r1.smage2

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

revision 30376 by niro, Wed Jan 17 14:44:46 2018 UTC revision 30377 by niro, Thu Jan 18 10:01:12 2018 UTC
# Line 4  PNAME="util-linux" Line 4  PNAME="util-linux"
4  PVER="2.31.1"  PVER="2.31.1"
5  PBUILD="r1"  PBUILD="r1"
6    
7  SPLIT_PACKAGES="libuuid libblkid libmount libsmartcols libfdisk python2-libmount python3-libmount libmount-python util-linux uuidd"  SPLIT_PACKAGES="libuuid libblkid libmount libsmartcols libfdisk python3-libmount libmount-python util-linux uuidd"
8    # disabled atm python2-libmount
9    
10  PCAT="sys-apps"  PCAT="sys-apps"
11  HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"  HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/"
# Line 154  src_compile() Line 155  src_compile()
155   # we are using blkid from util linux now (--with-fsprobe=built --enable-fsck)   # we are using blkid from util linux now (--with-fsprobe=built --enable-fsck)
156   # which merges the old blkid from e2fsprogs and udevs libvolume   # which merges the old blkid from e2fsprogs and udevs libvolume
157   # see: http://lists.freedesktop.org/archives/hal-commit/2009-May/004936.html   # see: http://lists.freedesktop.org/archives/hal-commit/2009-May/004936.html
158   mconfigure \   mconfigure --localstatedir=/run \
  --localstatedir=/run \  
159   --exec-prefix=/usr \   --exec-prefix=/usr \
160   --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \   --with-systemdsystemunitdir=$(mget-systemd-unit-dir) \
161   --enable-nls \   --enable-nls \
# Line 177  src_compile() Line 177  src_compile()
177   --enable-fsck \   --enable-fsck \
178   --enable-libmount \   --enable-libmount \
179   --disable-silent-rules \   --disable-silent-rules \
180   --enable-socket-activation \   --enable-socket-activation  \
  --with-python=2 \  
181   --with-python=3 \   --with-python=3 \
182   || die   || die
183    

Legend:
Removed from v.30376  
changed lines
  Added in v.30377