From 7dbc7325f51b8b72e8cbb2430570eeeb96c0ae95 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 31 Jan 2022 23:09:26 +0000 Subject: added flex as libnl makedep --- repo/system/libndp.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/system/libndp.xibuild b/repo/system/libndp.xibuild index ddb4da2..fa400f2 100644 --- a/repo/system/libndp.xibuild +++ b/repo/system/libndp.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make ) +MAKEDEPS=(make flex) DEPS=(glibc) PKG_VER=1.8 -- cgit v1.2.1