Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bashisms in the configure file: ./configure: CFLAGS+= : not found #3132

Closed
yurivict opened this issue Sep 13, 2021 · 1 comment
Closed

Bashisms in the configure file: ./configure: CFLAGS+= : not found #3132

yurivict opened this issue Sep 13, 2021 · 1 comment
Labels
area: portability Issue involves operating system/compiler portability resolution: fixed Closed; fixed

Comments

@yurivict
Copy link
Contributor

configure prints this:

./configure: CFLAGS+= : not found
./configure: CPPFLAGS+= : not found
./configure: CXXFLAGS+= : not found
./configure: LDFLAGS+= : not found

configure is commonly expected to be Bourne shell compatible, but on Linux /bin/sh is a symlink to Bash.

Version: 4.212
OS: FreeBSD 13

@yurivict yurivict added the new New issue not seen by maintainers label Sep 13, 2021
@wsnyder
Copy link
Member

wsnyder commented Sep 13, 2021

Can you please submit a pull request to change these to something that works with FreeBSD? Thanks.

@wsnyder wsnyder added area: portability Issue involves operating system/compiler portability status: ready Issue is ready for someone to fix; then goes to 'status: assigned' and removed new New issue not seen by maintainers labels Sep 15, 2021
wsnyder added a commit that referenced this issue Dec 12, 2021
@wsnyder wsnyder added resolution: fixed Closed; fixed and removed status: ready Issue is ready for someone to fix; then goes to 'status: assigned' labels Dec 12, 2021
@wsnyder wsnyder closed this as completed Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: portability Issue involves operating system/compiler portability resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants