forked from pool/libnl3
Jan Engelhardt
9144cd470e
libnl, with proper SO versioning, yay :-) OBS-URL: https://build.opensuse.org/request/show/82067 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=1
24 lines
803 B
Diff
24 lines
803 B
Diff
From: Jan Engelhardt <jengelh@medozas.de>
|
|
Date: 2011-09-14 10:16:16.747806482 +0200
|
|
Upstream: possibly not
|
|
|
|
Quick hack to make pkglibdir include the version.
|
|
|
|
---
|
|
configure.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: libnl/configure.in
|
|
===================================================================
|
|
--- libnl.orig/configure.in
|
|
+++ libnl/configure.in
|
|
@@ -25,7 +25,7 @@ m4_define([libnl_version],
|
|
m4_define([libnl_lt_current],
|
|
[m4_eval(100 * libnl_minor_version + libnl_micro_version - libnl_lt_revision)])
|
|
|
|
-AC_INIT(libnl, [libnl_version], [http://www.infradead.org/~tgr/libnl/])
|
|
+AC_INIT(libnl3-200, [libnl_version], [http://www.infradead.org/~tgr/libnl/])
|
|
AC_CONFIG_HEADERS([lib/defs.h])
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
|