-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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
Labels
No labels