Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
libnl-2_0
> pkgconf.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File pkgconf.diff of Package libnl-2_0
From: Jan Engelhardt <jengelh@medozas.de> Date: 2011-09-05 12:58:13.284288089 build: workaround broken soversioning There have been ABI changes between libnl-3.0 and libnl-3.1, but the soversion did not change, so we need some other unique identifier (and -release does this). --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: libnl-2.0/lib/Makefile.am =================================================================== --- libnl-2.0.orig/lib/Makefile.am +++ libnl-2.0/lib/Makefile.am @@ -5,7 +5,7 @@ AM_CPPFLAGS = -Wall -I${top_srcdir}/inc lib_LTLIBRARIES = \ libnl.la libnl-genl.la libnl-route.la libnl-nf.la -libnl_la_LDFLAGS = -version-info 2:0:0 +libnl_la_LDFLAGS = -version-info 2:0:0 -release ${PACKAGE_VERSION} libnl_la_SOURCES = \ addr.c attr.c cache.c cache_mngr.c cache_mngt.c data.c doc.c \ error.c handlers.c msg.c nl.c object.c socket.c utils.c