~lttng/lttng-ust/packaging-daily

« back to all changes in this revision

Viewing changes to rules

  • Committer: Alexandre Montplaisir
  • Date: 2015-07-23 14:50:33 UTC
  • Revision ID: alexandre.montplaisir@gmail.com-20150723145033-c8g58tlf5e6b9sew
Tweaks to the configure arguments:
- Change --with-jni-interface to --enable-jni-interface. Was changed upstream
- Don't build the SDT integration. It slows down tracing for everyone else.
- Don't build the Java agent, we don't package it correctly yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
override_dh_auto_configure:
10
10
        ./bootstrap
11
 
        dh_auto_configure -- --with-jni-interface --enable-java-agent-jul --with-sdt --with-java-jdk=/usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH_CPU)
 
11
        dh_auto_configure -- --enable-jni-interface