Tardiba - The Tasmanian Devil Database Server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: target/tardiba/pkgsel/tardiba.conf
  5. # Copyright (C) 2006 - 2007 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; version 2 of the License. A copy of the
  12. # GNU General Public License can be found in the file COPYING.
  13. # --- SDE-COPYRIGHT-NOTE-END ---
  14. # options always used on all tardiba systems
  15. #
  16. TARDIBA_OPTION="KERNEL=linux LIBC=glibc LVM=1 PAM=1 SSP=1 \
  17. SECURITY=none \
  18. POSTGRES=1 MONITORING=minimal \
  19. DEVTOOLS=0 DEVELOPMENT=0 \
  20. DOC=minimal"
  21. [ "$SDECFG_TRG_MNEMOSYNE_BOOT" = 'vserver' ] && \
  22. var_append TARDIBA_OPTION ' ' "APCUPS=0"
  23. for x in $TARDIBA_OPTION ; do
  24. eval SDECFGSET_TRG_MNEMOSYNE_$x
  25. const SDECFG_TRG_MNEMOSYNE_${x/=/ }
  26. done
  27. # OpenSDE package options
  28. for x in GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 ; do
  29. eval SDECFGSET_PKG_$x
  30. const SDECFG_PKG_${x/=/ }
  31. done
  32. # keep stage 0 and flattten everything else to stage 1 if we want to crossbuild
  33. [ "$SDECFG_CROSSBUILD" = '1' ] && \
  34. pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,'