summaryrefslogtreecommitdiff
path: root/community/libnids/PKGBUILD
blob: 7be0ea3ed0328c5648f4ed72791bcafe46eecd00 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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+=('0c2b0426a6bab56641f3579dca266ea8d38e1834230154a1be9bbe2f66e2df5e')

prepare() {
  cd $pkgname-$pkgver
  patch -Np1 -i "$srcdir/libnids-1.24-inline.patch"
}