~lttng/lttng-ust/packaging-daily

« back to all changes in this revision

Viewing changes to rules

  • Committer: Simon Marchi
  • Date: 2014-09-23 21:09:41 UTC
  • Revision ID: simon.marchi@polymtl.ca-20140923210941-5whjxbos1uo5r24b
Add --enable-java-agent-jul to configure flags. Log4j could be added later.

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 --with-sdt --with-java-jdk=/usr/lib/jvm/java-7-openjdk-$(DEB_HOST_ARCH_CPU)
 
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)