Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378225 - net-misc/networkmanager : add USE=static-libs support
Summary: net-misc/networkmanager : add USE=static-libs support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Robert Piasek (RETIRED)
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2011-08-08 10:00 UTC by Agostino Sarubbo
Modified: 2011-08-14 09:04 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-08-08 10:00:18 UTC
This package installs also static libs ".a" please provide do add relative
USE. TIA

/usr/lib/libnm-util.a
/usr/lib/libnm-glib.a
/usr/lib/libnm-glib-vpn.a
/usr/lib/libnm-util.so.1.1.0
/usr/lib/libnm-glib.so.2.2.0
/usr/lib/libnm-glib-vpn.so.1.0.0
/usr/lib/libnm-util.la
/usr/lib/libnm-glib.la
/usr/lib/libnm-glib-vpn.la
/usr/lib/NetworkManager/libnm-settings-plugin-keyfile.a
/usr/lib/NetworkManager/libnm-settings-plugin-keyfile.so
/usr/lib/NetworkManager/libnm-settings-plugin-keyfile.la
/usr/lib/pppd/2.4.4/nm-pppd-plugin.a
/usr/lib/pppd/2.4.4/nm-pppd-plugin.so
/usr/lib/pppd/2.4.4/nm-pppd-plugin.la
/usr/lib/libnm-glib-vpn.so
/usr/lib/libnm-glib-vpn.so.1
/usr/lib/libnm-glib.so
/usr/lib/libnm-glib.so.2
/usr/lib/pkgconfig/NetworkManager.pc
/usr/lib/pkgconfig/libnm-glib-vpn.pc
/usr/lib/pkgconfig/libnm-glib.pc
/usr/lib/pkgconfig/libnm-util.pc
/usr/lib/libnm-util.so
/usr/lib/libnm-util.so.1

Please remove also .la if is not needed.
Comment 1 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-08-14 08:47:19 UTC
networkmanager should not install any static libs since it's not a library. 0.8.999* unconditionally disables static libraries:

LT_INIT([disable-static])

Hence, this will get fixed once NM-0.8.999* moves to the tree from the GNOME overlay.
Comment 2 Nirbheek Chauhan (RETIRED) gentoo-dev 2011-08-14 09:04:00 UTC
Alright, while doing bug 378849, I did this for the tree too. Fixed.