diff options
Diffstat (limited to 'community/unudhcpd/APKBUILD')
-rw-r--r-- | community/unudhcpd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unudhcpd/APKBUILD b/community/unudhcpd/APKBUILD index 20668a64c7e..337f3f9e0fd 100644 --- a/community/unudhcpd/APKBUILD +++ b/community/unudhcpd/APKBUILD @@ -12,7 +12,7 @@ source="https://gitlab.com/postmarketOS/unudhcpd/-/archive/$pkgver/unudhcpd-$pkg build() { abuild-meson output - meson compile ${JOBS:+-j ${JOBS}} -C output + meson compile -C output } check() { |