SHA256
1
0
forked from pool/libnl3
libnl-3/libdir.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])