Closed raharper closed 8 months ago
make.conf sets CFLAGS including:
-DGIT_VERSION=$(shell git rev-parse HEAD | cut -c1-12)
This won't work when using the source tarball since it's not a git repository.
make.conf sets CFLAGS including:
-DGIT_VERSION=$(shell git rev-parse HEAD | cut -c1-12)
This won't work when using the source tarball since it's not a git repository.