~kaktusjoe/+junk/qat-ubuntu17.10

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Joseph F. Boudreau
  • Date: 2017-10-31 20:48:12 UTC
  • Revision ID: boudreau@pitt.edu-20171031204812-mjlqksgx532t9ha3
fix packaging problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
# This is example for Cmake (See https://bugs.debian.org/641051 )
23
23
#override_dh_auto_configure:
24
24
#       dh_auto_configure -- #  -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
25
 
 
 
25
export QT_SELECT=qt5
26
26
override_dh_auto_configure :
27
27
        dh_auto_configure -- QATLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) QATMANDIR=/usr/share/man PREFIX=/usr QAT3D=1
28
28