Skip to content

Commit

Permalink
Improving eudev compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbelavenuto committed Aug 23, 2022
1 parent 9f034e4 commit df12a55
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eudev/src/docker-compile.sh
@@ -1,12 +1,15 @@
#!/usr/bin/env bash

set -e

git clone --single-branch https://github.com/kmod-project/kmod.git /tmp/kmod
cd /tmp/kmod
git checkout v30
patch -p1 < /input/kmod.patch
./autogen.sh
./configure CFLAGS='-O2' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --enable-tools --disable-manpages --disable-python --without-zstd --without-xz --without-zlib --without-openssl
make all install
make
sudo make install
make DESTDIR=/output install
git clone --single-branch https://github.com/eudev-project/eudev.git /tmp/eudev
cd /tmp/eudev
Expand Down

0 comments on commit df12a55

Please sign in to comment.