projects
/
project
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f503f
)
build: enable DHCPV4_SUPPORT and UBUS
author
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 28 Nov 2025 11:48:11 +0000
(12:48 +0100)
committer
Álvaro Fernández Rojas
<
[email protected]
>
Fri, 28 Nov 2025 11:50:52 +0000
(12:50 +0100)
Enable DHCPV4_SUPPORT and UBUS in order to correctly build all the source
code.
Signed-off-by: Álvaro Fernández Rojas <
[email protected]
>
scripts/devel-build.sh
patch
|
blob
|
history
diff --git
a/scripts/devel-build.sh
b/scripts/devel-build.sh
index b13800aff63ce46180d5749e74d8c4e2aeb5bf28..e937185d3093b3d2a7c9fdc48c0f75e07c48fa16 100755
(executable)
--- a/
scripts/devel-build.sh
+++ b/
scripts/devel-build.sh
@@
-94,6
+94,8
@@
cd "${ODHCPDDIR}"
cmake \
-S . \
-B "${BUILDDIR}" \
+ -DDHCPV4_SUPPORT=ON \
+ -DUBUS=ON \
-DCMAKE_PREFIX_PATH="${BUILDDIR}" \
${BUILD_ARGS}
make -C "${BUILDDIR}"