~dragora/dragora/trunk

« back to all changes in this revision

Viewing changes to recipes/xorg/driver/xf86-input-vmmouse/recipe

  • Committer: Matías Fonzo
  • Date: 2019-08-21 01:17:12 UTC
  • Revision ID: git-v1:dd91aef284ddefdda418a7c3e208c3c7bd6d4dd5
recipes: xorg/{driver,xserver}: compile with lazy binding, since we are using hardening bind-now (which does not work with Xorg)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
program=xf86-input-vmmouse
19
19
version=13.1.0
20
 
release=1
 
20
release=2
21
21
 
22
22
# Set 'outdir' for a nice and well-organized output directory
23
23
outdir="${outdir}/${arch}/xorg/driver"
53
53
    # Set sane permissions
54
54
    chmod -R u+w,go-w,a+rX-s .
55
55
 
56
 
    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
 
56
    ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS -Wl,-z,lazy" \
57
57
     $configure_args \
58
58
     --libdir=/usr/lib${libSuffix} \
59
59
     --infodir=$infodir \