diff options
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/libndp.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |