> Here's another suggestion: add a make variable that isn't used or > anything else, has a default empty value, and is used to create the > compilation command. Let's say $LARGEFILE. > > Then the configure command would be > > % LARGEFILE='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' ./configure > > and that should work on all shells, and without having to permanently > export a variable to the environment, which I think we should avoid > recommending. "is used to create the compilation command" may be tricky to implement. Anyway, what is wrong with my earlier suggestion export CFLAGS OPT CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" ./configure ??? Regards, Martin
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4