Summary: | net-nds/ypbind: pre-stripped files found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | QA | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239866 | ||
Attachments: | Patch to ypbind-1.19.1-r1.ebuild to add a sed expression to fix the upstream Makefile.am |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 181950 [details, diff]
Patch to ypbind-1.19.1-r1.ebuild to add a sed expression to fix the upstream Makefile.am
The upstream Makefile.am redefines INSTALL_PROGRAM to include -s, which causes ypbind to be stripped during installation. This patch extends the ebuild to remove the unwanted -s and then regenerate the autotools files.
*ypbind-1.19.1-r2 (07 Jul 2009) 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> +ypbind-1.19.1-r2.ebuild, +files/ypbind-1.19.1-strip.patch: Do not strip. Use emake instead of make. |