vpnc-script 'pkgconfig(libpskc)' 'pkgconfig(libpcsclite)'
java-devel-openjdk
- ./autogen.sh
- - ./configure --with-java
+ - ./configure --with-java CFLAGS=-g
- make -j4
# XFAIL the auth-pkcs11 test because GnuTLS 3.3.8 doesn't support pin-value
- make VERBOSE=1 -j4 check
vpnc-script 'pkgconfig(libpskc)' 'pkgconfig(libpcsclite)'
java-devel-openjdk 'pkgconfig(libp11)'
- ./autogen.sh
- - ./configure --without-gnutls --with-openssl --with-java --without-openssl-version-check --enable-dtls-xfail --disable-dsa-tests
+ - ./configure --without-gnutls --with-openssl --with-java --without-openssl-version-check --enable-dtls-xfail --disable-dsa-tests CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
vpnc-script 'pkgconfig(libpskc)' 'pkgconfig(libpcsclite)'
java-devel-openjdk vpnc 'pkgconfig(libp11)' 'pkgconfig(p11-kit-1)'
- ./autogen.sh
- - ./configure --with-java --without-openssl-version-check --enable-dtls-xfail
+ - ./configure --with-java --without-openssl-version-check --enable-dtls-xfail CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
vpnc-script 'pkgconfig(libpskc)' 'pkgconfig(libpcsclite)'
java-devel-openjdk
- ./autogen.sh
- - ./configure --with-java
+ - ./configure --with-java CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
vpnc-script 'pkgconfig(libpskc)' 'pkgconfig(libpcsclite)'
java-devel-openjdk clang
- ./autogen.sh
- - ./configure --with-java CC=clang
+ - ./configure --with-java CC=clang CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
java-devel-openjdk 'pkgconfig(libp11)'
- dnf --enablerepo=updates-testing update -y libp11\* gnutls
- ./autogen.sh
- - ./configure --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests
+ - ./configure --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
java-devel-openjdk 'pkgconfig(libp11)' clang
- dnf --enablerepo=updates-testing update -y libp11\* gnutls
- ./autogen.sh
- - ./configure CC=clang --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests
+ - ./configure CC=clang --without-gnutls --with-openssl --without-openssl-version-check --disable-dsa-tests CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
- mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
- echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
- ./autogen.sh
- - mingw32-configure
+ - mingw32-configure CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
- mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
- echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
- ./autogen.sh
- - mingw32-configure --without-gnutls --with-openssl --without-openssl-version-check
+ - mingw32-configure --without-gnutls --with-openssl --without-openssl-version-check CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
- mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
- echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
- ./autogen.sh
- - mingw64-configure
+ - mingw64-configure CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags:
- mount -t binfmt_misc binfmt_misc /proc/sys/fs/binfmt_misc
- echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
- ./autogen.sh
- - mingw64-configure --without-gnutls --with-openssl --without-openssl-version-check
+ - mingw64-configure --without-gnutls --with-openssl --without-openssl-version-check CFLAGS=-g
- make -j4
- make VERBOSE=1 -j4 check
tags: