~dragora/dragora/trunk

« back to all changes in this revision

Viewing changes to recipes/networking/iptables/recipe

  • Committer: Matias Fonzo
  • Date: 2018-08-23 23:21:12 UTC
  • Revision ID: git-v1:655098d015e444f73d2ed5e360c59d1aa7cd8297
recipes: networking/iptables: apply specific patch for musl

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
program=iptables
18
18
version=1.6.2
19
 
release=1
 
19
release=2
20
20
 
21
21
# Set 'outdir' for a nice and well-organized output directory
22
22
outdir="${outdir}/${arch}/networking"
58
58
    # Set sane permissions
59
59
    chmod -R u+w,go-w,a+rX-s .
60
60
 
 
61
    # A patch from Alpine Linux adding definitions for Musl
 
62
    patch -p1 < "${worktree}/patches/iptables/iptables-1.6.0-musl-fixes.patch"
 
63
 
61
64
    ./configure CFLAGS="$QICFLAGS -D_GNU_SOURCE" LDFLAGS="$QILDFLAGS" \
62
65
     $configure_args \
63
66
     --libdir=/usr/lib${libSuffix} \