diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-08 21:29:29 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-08 21:29:29 +0100 |
commit | 2b6009b502e995ce6807a1ca278c4a6e106f8002 (patch) | |
tree | 26cf19f21a06fb60a97e8d6e778c2b0164fc4dd8 /extra/iw/build | |
parent | 1d6ef1ffd4ec43cbb59c7ea3f20970e11d017b45 (diff) | |
download | repository-2b6009b502e995ce6807a1ca278c4a6e106f8002.tar.gz |
iw: drop package
Diffstat (limited to 'extra/iw/build')
-rwxr-xr-x | extra/iw/build | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/iw/build b/extra/iw/build deleted file mode 100755 index 47a95927..00000000 --- a/extra/iw/build +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -e - -# iw manpage is extremely small, -# we don't need to compress it. -clsed 's@\(iw\.8\)\.gz@\1@' Makefile - -make \ - DESTDIR="$1" \ - LDFLAGS="$LDFLAGS -static" \ - CFLAGS="$CFLAGS -I/usr/include/libnl-tiny -DCONFIG_LIBNL20 -D_GNU_SOURCE" \ - NL1FOUND="" NL2FOUND=Y NLLIBNAME=libnl-tiny \ - LIBS=-lnl-tiny \ - PREFIX="/usr" \ - SBINDIR="/usr/bin" \ - install |