Updated util-linux so that it builds.
parent
9de1e16904
commit
f91a1aecc4
|
@ -1,9 +1,8 @@
|
|||
name: util-linux
|
||||
version: 2.34
|
||||
sources: https://github.com/karelzak/util-linux/archive/v%{version}.tar.gz
|
||||
build-dependencies: autoconf, automake
|
||||
sources: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v%{version}/util-linux-%{version}.tar.xz
|
||||
build-dependencies: zlib-dev, musl-dev, linux-dev, rc
|
||||
|
||||
@configure
|
||||
cd %{name}-%{version}
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
|
|
Reference in New Issue