Skip to content

dig is not truly static #3

@avoidik

Description

@avoidik

Hello,

Thanks for your work! I just wanted to highlight a minor issue with the dig static build here:

https://github.com/perryflynn/static-binaries/blob/master/src/dig/Dockerfile#L29

It causes Segmentation fault if compiled as is. The fix is:

CFLAGS="-static -O2 -fno-PIE" LDFLAGS="-static -no-pie" ./configure --without-python --disable-symtable --disable-backtrace --disable-linux-caps && \

Regards

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions