Skip to content

current configuration convolutes "static library" and "static binary" builds #3041

@joachimmetz

Description

@joachimmetz

The CI tests use "configure --disable-static" but option does not exist e.g. https://github.com/sleuthkit/sleuthkit/blob/develop/.github/workflows/build-unix.yml#L56

and

./configure --help | grep static
  --enable-static[=PKGS]  build static libraries [default=yes]

edit: it looks like it has an alias

  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)

looks like the current configuration convolutes "static library" and "static binary" builds is the source of the confusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions