mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
dropbear: T6195: add missing libpam0g-dev build dependency
This commit is contained in:
parent
b17befe2e4
commit
4417986365
@ -19,5 +19,9 @@ if [ -d $PATCH_DIR ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${SRC}
|
cd ${SRC}
|
||||||
|
|
||||||
|
echo "I: Installing build dependencies"
|
||||||
|
sudo apt-get install -y libpam0g-dev
|
||||||
|
|
||||||
echo "I: Build Debian Package"
|
echo "I: Build Debian Package"
|
||||||
dpkg-buildpackage -uc -us -tc -b
|
dpkg-buildpackage -uc -us -tc -b
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user