Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 469336 | Differences between
and this patch

Collapse All | Expand All

(-)libnl-3.2.14/configure.in (+1 lines)
Lines 90-95 Link Here
90
90
91
AC_CONFIG_FILES([
91
AC_CONFIG_FILES([
92
Makefile
92
Makefile
93
libnl.sym
93
libnl-3.0.pc
94
libnl-3.0.pc
94
libnl-route-3.0.pc
95
libnl-route-3.0.pc
95
libnl-genl-3.0.pc
96
libnl-genl-3.0.pc
(-)libnl-3.2.14/lib/Makefile.am (-1 / +3 lines)
Lines 10-16 Link Here
10
	-DSYSCONFDIR=\"$(sysconfdir)/libnl\"
10
	-DSYSCONFDIR=\"$(sysconfdir)/libnl\"
11
11
12
AM_LDFLAGS = \
12
AM_LDFLAGS = \
13
	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
13
	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
14
	-Wl,--version-script=$(top_srcdir)/libnl.sym
15
14
16
15
lib_LTLIBRARIES = \
17
lib_LTLIBRARIES = \
16
	libnl-3.la libnl-genl-3.la libnl-route-3.la libnl-nf-3.la
18
	libnl-3.la libnl-genl-3.la libnl-route-3.la libnl-nf-3.la
(-)libnl-3.2.14/libnl.sym.in (+4 lines)
Line 0 Link Here
1
libnl_@MAJ_VERSION@ {
2
global:
3
        *;
4
};

Return to bug 469336