| Summary: | net-misc/siproxd-0.8.0-r2 fails to configure with USE="static" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current 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: | normal | Keywords: | NeedPatch |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
config.log |
||
Created attachment 284791 [details]
config.log
Not a regression from -r1, removing blocker Adding --disable-shared makes it work on x86 but not on amd64 where /usr/lib is a symlink to lib64, and this detection logic fails
$as_echo_n "checking \"where I can find libosip2.a\"... " >&6; }
libosip_static=`find $extra_libs $libosip_prefix_dir/lib /lib \
/usr/lib /usr/local/lib \
-name libosip2.a 2>/dev/null|head -1`
+*siproxd-0.8.1-r1 (03 Mar 2014) + + 03 Mar 2014; Lars Wendler <polynomial-c@gentoo.org> +siproxd-0.8.1-r1.ebuild, + +files/siproxd-0.8.1-amd64_static_build.patch, +files/siproxd.rc8: + EAPI-bump. Rewrote init script. Fixed static build on amd64 (bug #380835). + |
Created attachment 284789 [details] build.log net-misc/siproxd-0.8.0-r2 fails to configure with USE="static"