mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Revert: "accel-ppp: T4691: upgrade LUA dependency to version 5.4"
This reverts commit 262183c as Accel PPP has issues starting up.
This commit is contained in:
parent
8bcce0ab6a
commit
7540a635eb
@ -622,9 +622,9 @@ RUN apt-get update && sudo apt-get install -y \
|
|||||||
|
|
||||||
# Packages needed for Accel-PPP
|
# Packages needed for Accel-PPP
|
||||||
# XXX: please note that this must be installed after nftable dependencies - otherwise
|
# XXX: please note that this must be installed after nftable dependencies - otherwise
|
||||||
# APT will remove liblua5.4-dev which breaks the Accel-PPP build
|
# APT will remove liblua5.3-dev which breaks the Accel-PPP build
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
liblua5.4-dev \
|
liblua5.3-dev \
|
||||||
libssl1.1 \
|
libssl1.1 \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libpcre3-dev
|
libpcre3-dev
|
||||||
|
|||||||
@ -22,7 +22,7 @@ cmake -DBUILD_IPOE_DRIVER=TRUE \
|
|||||||
-DBUILD_VLAN_MON_DRIVER=TRUE \
|
-DBUILD_VLAN_MON_DRIVER=TRUE \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DKDIR=${KERNEL_DIR} \
|
-DKDIR=${KERNEL_DIR} \
|
||||||
-DLUA=5.4 \
|
-DLUA=5.3 \
|
||||||
-DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \
|
-DMODULES_KDIR=${KERNEL_VERSION}${KERNEL_SUFFIX} \
|
||||||
-DCPACK_TYPE=Debian11 ..
|
-DCPACK_TYPE=Debian11 ..
|
||||||
make
|
make
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user