summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmish2022-04-10 17:49:06 +0530
committerAmish2022-04-10 17:49:06 +0530
commiteb69c85c7eca76384e9b567ce78c44b2bf9b7c93 (patch)
treecb1fbd171c2625d2080236ca89536b0c30819712 /PKGBUILD
parent8986a01422dea4e611603382cc98c9df0a94e05c (diff)
downloadaur-eb69c85c7eca76384e9b567ce78c44b2bf9b7c93.tar.gz
Add pde_data patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcaabe635500..68e574e0a773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Vladimir Kutyavin <vlkut(AT)bk(DOT)ru>
pkgname=xtables-addons-dkms
pkgver=3.19
-pkgrel=1
+pkgrel=2
pkgdesc='DKMS for additional extensions for Xtables packet filter present in the Linux kernel'
arch=('i686' 'x86_64')
license=('GPL2')
@@ -17,8 +17,10 @@ optdepends=('perl-text-csv-xs: required for building GeoIP database'
conflicts=(xtables-addons xtables-addons-git xtables-addons-multikernel)
replaces=(xtables-addons xtables-addons-git xtables-addons-multikernel)
source=(https://inai.de/files/${pkgname%-dkms}/${pkgname%-dkms}-${pkgver}.tar.xz
+ pde_data.patch
dkms.conf)
sha256sums=('5e36ea027ab15a84d9af1f3f8e84a78b80a617093657f08089bd44657722f661'
+ 'e8faa20d7f2a082246e651c7f7194e84e1722cc0c40db7a9300e8f2ecae42e92'
'87546f6d100a33271086d3bc990a2a1e4de83e25fb4a048774c520f4c36729e6')
prepare() {
@@ -29,6 +31,8 @@ prepare() {
sed -i 's/^install-exec-hook:$/dont-run:/' Makefile.am
# disable building of xt_ECHO (it's an example module, and it breaks the build)
sed -i 's/^build_ECHO=.*$/build_ECHO=n/' mconfig
+
+ patch -p1 < "${srcdir}/pde_data.patch"
}
build() {