#!/bin/sh
cat << __EOC__
$ ./configure  '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/opt/bacula' '--bindir=/opt/bacula/bin' '--sysconfdir=/etc' '--datadir=/opt/bacula/share' '--includedir=/opt/bacula/include' '--libdir=/opt/bacula/lib64' '--libexecdir=/opt/bacula/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--infodir=/opt/bacula/share/info' '--prefix=/opt/bacula' '--sbindir=/opt/bacula/bin' '--sysconfdir=/opt/bacula/etc' '--mandir=/usr/share/man' '--with-scriptdir=/opt/bacula/scripts' '--with-working-dir=/opt/bacula/working' '--with-plugindir=/opt/bacula/plugins' '--with-logdir=/opt/bacula/log' '--with-pid-dir=/opt/bacula/working' '--with-subsys-dir=/opt/bacula/working' '--libdir=/opt/bacula/lib' '--enable-smartalloc' '--disable-conio' '--enable-readline' '--with-ldap' '--with-postgresql' '--disable-bat' '--with-systemd=/lib/systemd/system' '--with-dir-user=bacula' '--with-dir-group=bacula' '--with-sd-user=bacula' '--with-sd-group=disk' '--with-fd-user=root' '--with-fd-group=bacula' '--with-basename=XXX_HOSTNAME_XXX' '--with-hostname=XXX_HOSTNAME_XXX' '--with-dir-password=XXX_REPLACE_WITH_DIRECTOR_PASSWORD_XXX' '--with-fd-password=XXX_REPLACE_WITH_CLIENT_PASSWORD_XXX' '--with-sd-password=XXX_REPLACE_WITH_STORAGE_PASSWORD_XXX' '--with-mon-dir-password=XXX_REPLACE_WITH_DIRECTOR_MONITOR_PASSWORD_XXX' '--with-mon-fd-password=XXX_REPLACE_WITH_CLIENT_MONITOR_PASSWORD_XXX' '--with-mon-sd-password=XXX_REPLACE_WITH_STORAGE_MONITOR_PASSWORD_XXX' '--with-openssl' '--with-gpfsdir=/home/bsbuild/tmp-bacula-postgresql/tmp/bacula-13.0.4/../depkgs/gpfs/include' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'LDFLAGS=-Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'CXXFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' 'PKG_CONFIG_PATH=:/opt/bacula/lib64/pkgconfig:/opt/bacula/share/pkgconfig'

Configuration on Mon Feb 12 20:20:20 UTC 2024:

   Host:                      x86_64-redhat-linux-gnu-bacula -- redhat Oncilla)
   Bacula version:            Bacula 13.0.4 (12 February 2024)
   Source code location:      .
   Install binaries:          /opt/bacula/bin
   Install libraries:         /opt/bacula/lib
   Install config files:      /opt/bacula/etc
   Scripts directory:         /opt/bacula/scripts
   Archive directory:         /tmp
   Working directory:         /opt/bacula/working
   PID directory:             /opt/bacula/working
   Subsys directory:          /opt/bacula/working
   Man directory:             /usr/share/man
   Data directory:            /opt/bacula/share
   Plugin directory:          /opt/bacula/plugins
   C Compiler:                gcc 8.5.0
   C++ Compiler:              /usr/bin/g++ 8.5.0
   Compiler flags:             -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti
   Linker flags:               -Wl,-z,relro  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
   Libraries:                 -lpthread -ldl -ldl 
   Statically Linked Tools:   no
   Statically Linked FD:      no
   Statically Linked SD:      no
   Statically Linked DIR:     no
   Statically Linked CONS:    no
   Database backends:         PostgreSQL
   Database port:              
   Database name:             bacula
   Database user:             bacula
   Database SSL options:      

   Job Output Email:          root@localhost
   Traceback Email:           root@localhost
   SMTP Host Address:         localhost

   Director Port:             9101
   File daemon Port:          9102
   Storage daemon Port:       9103

   Director User:             bacula
   Director Group:            bacula
   Storage Daemon User:       bacula
   Storage DaemonGroup:       disk
   File Daemon User:          root
   File Daemon Group:         bacula

   Large file support:        yes
   Bacula conio support:      no -lreadline -ltinfo
   readline support:          yes 
   TCP Wrappers support:      no 
   TLS support:               yes
   Encryption support:        yes
   ZLIB support:              yes
   LZO support:               yes
   S3 support:                no
   enable-smartalloc:         yes
   enable-lockmgr:            no
   bat support:               no
   client-only:               no
   build-dird:                yes
   build-stored:              yes
   Plugin support:            yes
   LDAP support:              yes
   LDAP StartTLS support:     yes
   AFS support:               no
   ACL support:               yes
   XATTR support:             yes
   GPFS support:              no 
   systemd support:           yes /lib/systemd/system
   Batch insert enabled:      PostgreSQL

   Plugins:
   - Docker:                  no
   - Kubernetes:              
   - LDAP BPAM:               yes
   - CDP:                     auto
  
__EOC__
