#!/usr/bin/sh
cat << __EOC__
$ ./configure  '--host=aarch64-mageia-linux-gnu' '--build=aarch64-mageia-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-conio' '--disable-rpath' '--docdir=/usr/share/bacula' '--enable-bat' '--enable-batch-insert' '--enable-build-dird' '--enable-build-stored' '--enable-includes' '--enable-largefile' '--enable-readline' '--enable-smartalloc' '--sysconfdir=/etc/bacula' '--with-basename=bacula' '--with-bsrdir=/var/spool/bacula' '--with-dir-password=@@DIR_PASSWORD@@' '--with-fd-password=@@FD_PASSWORD@@' '--with-hostname=localhost' '--with-logdir=/var/log/bacula' '--with-mon-dir-password=@@MON_DIR_PASSWORD@@' '--with-mon-fd-password=@@MON_FD_PASSWORD@@' '--with-mon-sd-password=@@MON_SD_PASSWORD@@' '--with-mysql' '--with-openssl' '--with-pid-dir=/var/run' '--with-plugindir=/usr/lib64/bacula' '--with-postgresql' '--with-scriptdir=/usr/libexec/bacula' '--with-sd-password=@@SD_PASSWORD@@' '--with-smtp-host=localhost' '--with-sqlite3' '--with-subsys-dir=/var/lock/subsys' '--with-tcp-wrappers' '--with-working-dir=/var/spool/bacula' '--with-x' 'build_alias=aarch64-mageia-linux-gnu' 'host_alias=aarch64-mageia-linux-gnu' 'CC=gcc' 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/ncurses' 'LDFLAGS=-Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' 'CPPFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/ncurses' 'CXX=g++' 'CXXFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection' 'PKG_CONFIG_PATH=:/usr/lib64/pkgconfig:/usr/share/pkgconfig'

Configuration on Sat Jan  3 18:47:01 UTC 2026:

   Host:                      aarch64-mageia-linux-gnu -- mageia (Cauldron)
   Bacula version:            Bacula 15.0.3 (25 March 2025)
   Source code location:      .
   Install binaries:          /usr/sbin
   Install libraries:         /usr/lib64
   Install config files:      /etc/bacula
   Scripts directory:         /usr/libexec/bacula
   Archive directory:         /tmp
   Working directory:         /var/spool/bacula
   PID directory:             /var/run
   Subsys directory:          /var/lock/subsys
   Man directory:             /usr/share/man
   Data directory:            /usr/share
   Plugin directory:          /usr/lib64/bacula
   C Compiler:                gcc 15.2.0-1.mga10)
   C++ Compiler:              /usr/bin/g++ 15.2.0-1.mga10)
   Compiler flags:             -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/include/ncurses -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti
   Linker flags:               -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
   Libraries:                 -lpthread 
   Statically Linked Tools:   no
   Statically Linked FD:      no
   Statically Linked SD:      no
   Statically Linked DIR:     no
   Statically Linked CONS:    no
   Database backends:         PostgreSQL MySQL SQLite3
   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:             
   Director Group:            
   Storage Daemon User:       
   Storage DaemonGroup:       
   File Daemon User:          
   File Daemon Group:         

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

   Plugins:
   - Docker:                  no
   - Kubernetes:              
   - LDAP BPAM:               no
   - TOTP BPAM:               no
   - CDP:                     auto
   - Antivirus:               no
   - aws:                     no
  
__EOC__
