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.

42 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 - 2008 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. NETWORKSUBSYS=rocknet \
  18. SECURITY=none \
  19. POSTGRES=1 MONITORING=minimal \
  20. DEVTOOLS=0 DEVELOPMENT=0 \
  21. DOC=minimal"
  22. [ "$SDECFG_TRG_MNEMOSYNE_BOOT" = 'vserver' ] && \
  23. var_append TARDIBA_OPTION ' ' "APCUPS=0"
  24. for x in $TARDIBA_OPTION ; do
  25. eval SDECFGSET_TRG_MNEMOSYNE_$x
  26. const SDECFG_TRG_MNEMOSYNE_${x/=/ }
  27. done
  28. # OpenSDE package options
  29. for x in GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 ; do
  30. eval SDECFGSET_PKG_$x
  31. const SDECFG_PKG_${x/=/ }
  32. done
  33. # keep stage 0 and flattten everything else to stage 1 if we want to crossbuild
  34. [ "$SDECFG_CROSSBUILD" = '1' ] && \
  35. pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,'