]> git.neil.brown.name Git - portmap.git/commit
NO_PERROR: control overriding of perror() symbol
authorMike Frysinger <vapier@gentoo.org>
Tue, 11 Jan 2011 19:09:05 +0000 (14:09 -0500)
committerNeil Brown <neilb@suse.de>
Wed, 12 Jan 2011 06:21:14 +0000 (17:21 +1100)
commit64562491929464207b8048501a317c6c5df83bb6
tree80aa684e226c193576a47e21a56389c0b3cdceac
parent374142f82c3970271271d6246818230fab909524
NO_PERROR: control overriding of perror() symbol

Doing static builds of portmap might fail when the C library's perror()
function is pulled in and collides with portmap's definition.  So add a
flag to control the local override.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Neil Brown <neilb@suse.de>
Makefile
README
portmap.c