[Lunar-commits] <moonbase> libnl3: Version bump to 3.2.3. They have changed the so names so the %OPTS

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Jan 2 13:06:20 CET 2012


commit aa45eedcaf86fdf4c954bf46be01609b89708e5a
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Jan 2 07:06:20 2012 -0500

    libnl3: Version bump to 3.2.3. They have changed the so names so the %OPTS
    
    can be shortened to just the --sysconfdir switch.
---
 libs/libnl3/BUILD   |    3 +--
 libs/libnl3/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/libs/libnl3/BUILD b/libs/libnl3/BUILD
index a94fbc6..f928a97 100644
--- a/libs/libnl3/BUILD
+++ b/libs/libnl3/BUILD
@@ -1,7 +1,6 @@
 (
 
-  OPTS+=" --libdir=/usr/lib/$MODULE --with-pkgconfigdir=/usr/lib/pkgconfig \
-          --includedir=/usr/include --sysconfdir=/etc/$MODULE" &&
+  OPTS+=" --sysconfdir=/etc/$MODULE" &&
 
   default_build
 
diff --git a/libs/libnl3/DETAILS b/libs/libnl3/DETAILS
index b62f2cb..f1ea535 100644
--- a/libs/libnl3/DETAILS
+++ b/libs/libnl3/DETAILS
@@ -1,12 +1,12 @@
           MODULE=libnl3
-         VERSION=3.2.2
+         VERSION=3.2.3
           SOURCE=libnl-$VERSION.tar.gz
       SOURCE_URL=http://www.infradead.org/~tgr/libnl/files/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/libnl-$VERSION
-      SOURCE_VFY=sha1:5a8ac5dfba49c267f59253e0759f4e6c64566cd2
+      SOURCE_VFY=sha1:a6485f2e2cebde833c678d4541e8c4c7c1776be3
         WEB_SITE=http://www.infradead.org/~tgr/libnl
          ENTERED=20110511
-         UPDATED=20111101
+         UPDATED=20120102
            SHORT="A library for applications dealing with netlink sockets"
 
 cat << EOF


More information about the Lunar-commits mailing list