summaryrefslogtreecommitdiff
path: root/community/libnids/PKGBUILD
blob: 7a510454ac1fbaddfceff379faeda0dcfbb92b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# libndis defines some functions inline, so they are not in the shared library,
# needed for instance for dsniff
# see https://src.fedoraproject.org/cgit/rpms/libnids.git/commit/?id=ecafb692f20e0acad555f66c3cc1646997a82dae

source+=('libnids-1.24-inline.patch')
sha256sums+=('3aea2351877c2a789d753ac66f1323a3d575dead9fb04c559e221dbebdfc7e3e')

eval "$(
  {
    declare -f prepare || \
    printf 'prepare() {\n}\n'
  } \
  | sed '
    $i cd "$srcdir/$pkgname-$pkgver" \
       patch -Np1 -i "$srcdir/libnids-1.24-inline.patch"
  '
)"