OpenSDE Packages Database (without history before r20070)
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.

39 lines
1.2 KiB

  1. #!/bin/sh
  2. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # T2 SDE: package/.../lvm2/lvm2.conf
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- T2-COPYRIGHT-NOTE-END ---
  15. prefix=''
  16. set_confopt
  17. if [ "$SDECFG_STATIC" == 1 ]; then
  18. var_append patchfiles ' ' "$confdir/no_dynamic.diff"
  19. var_append confopt ' ' '--enable-static_link=yes'
  20. # let it read lvm1 format metadata (via device-mapper)
  21. var_append extraconfopt ' ' '--with-lvm1=internal'
  22. else
  23. var_append extraconfopt ' ' '--with-lvm1=shared'
  24. fi
  25. # if there is no device-mapper, lvm2 tools fallback to $0.lvm1
  26. if pkginstalled linux24; then
  27. var_append extraconfopt ' ' '--enable-lvm1_fallback'
  28. fi
  29. if ! atstage native; then
  30. autogen=1
  31. fi
  32. # our STRIP definition makes conflict with this package which defined STRIP
  33. # as an argument for `install`
  34. var_remove_regex makeinstopt ' ' 'STRIP=.*'