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