summaryrefslogtreecommitdiff
path: root/iputils/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'iputils/Pkgfile')
-rw-r--r--iputils/Pkgfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/iputils/Pkgfile b/iputils/Pkgfile
index 4a29d068f..3fd7a84ea 100644
--- a/iputils/Pkgfile
+++ b/iputils/Pkgfile
@@ -1,7 +1,7 @@
# Description: Basic networking utilities
# URL: https://github.com/iputils/iputils
# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Depends on: libcap openssl meson ninja
+# Depends on: libcap meson ninja openssl
name=iputils
version=20211215
@@ -10,16 +10,16 @@ source=(https://github.com/iputils/iputils/archive/$version/$name-$version.tar.g
#$name-man-$version.tar.xz)
build() {
- cd $name-$version
-
- meson setup build . \
+ meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D BUILD_RARPD=true \
- -D BUILD_MANS=false
+ -D BUILD_MANS=false \
+ -D BUILD_MANS=false \
+ -D BUILD_RARPD=true
meson compile -C build -j ${JOBS:-1}

Generated by cgit