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.

38 lines
1.1 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. for x in KERNEL='linux' LIBC=glibc LVM=1 PAM=1 SSP=1 \
  17. SECURITY=none \
  18. POSTGRES=1 MONITORING=minimal \
  19. APCUPS=1 \
  20. DEVTOOLS=0 DEVELOPMENT=0 \
  21. DOC=usual \
  22. ; do
  23. eval SDECFGSET_TRG_MNEMOSYNE_$x
  24. const SDECFG_TRG_MNEMOSYNE_${x/=/ }
  25. done
  26. # OpenSDE package options
  27. for x in GCC_JAVA=0 GCC_F77=0 GCC_OBJC=0 ; do
  28. eval SDECFGSET_PKG_$x
  29. const SDECFG_PKG_${x/=/ }
  30. done
  31. # keep stage 0 and flattten everything else to stage 1 if we want to crossbuild
  32. [ "$SDECFG_CROSSBUILD" = '1' ] && \
  33. pkgfilter sed -e 's,^\(.\) \(.\)[^ ]*,\1 \21--------,'