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

mempcpy needs a configure test #57

Open
clausecker opened this issue Jul 22, 2022 · 0 comments
Open

mempcpy needs a configure test #57

clausecker opened this issue Jul 22, 2022 · 0 comments

Comments

@clausecker
Copy link

Hi there,

Not only glibc and newlib provide mempcpy, so the build fails e.g. on recent FreeBSD due to a duplicate function mempcpy. To fix this, I've written a patch that adds a configure test to check for mempcpy, only using your own implementation if it is not available.

Unfortunately your code has a custom config.h header which shadows the config.h header generated by autotools. In my patch, I have simply removed the other header and defined the single macro in it elsewhere. Check if that's the solution you want.

freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this issue Aug 17, 2022
ChangeLog: taviso/ctypes.sh#57

While here change old WWW (not working)

PR:		265318
Reported by:	fuz@fuz.su (maintainer)
Approved by:	portmgr (maintainer timeout, ~1 month)
MFH:		2022Q3
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this issue Aug 17, 2022
ChangeLog: taviso/ctypes.sh#57

While here change old WWW (not working)

PR:		265318
Reported by:	fuz@fuz.su (maintainer)
Approved by:	portmgr (maintainer timeout, ~1 month)
MFH:		2022Q3

(cherry picked from commit 2e73c35)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant