summaryrefslogtreecommitdiff
path: root/core/nss/PKGBUILD
blob: 0cedfbeaa917f24b8a29a24b3306d9eb356625e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# bring back changes of 617b84f70caf

source+=(no-plt.diff)
sha256sums+=('ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')

eval "$(
  declare -f prepare | \
    sed '
      /cd nss-/a patch -Np2 -i ../no-plt.diff
    '
)"

# set IA32 as target for build.sh
eval "$(
  declare -f build | \
    sed '
      s/--target x64/--target ia32/g
    '
)"