[arch-commits] Commit in libnl1/trunk (PKGBUILD fix-compilation.patch)

Eric Bélanger eric at nymeria.archlinux.org
Tue Apr 16 05:28:50 UTC 2013


    Date: Tuesday, April 16, 2013 @ 07:28:50
  Author: eric
Revision: 182912

upgpkg: libnl1 1.1.3-1

Upstream update, Remove old patch

Modified:
  libnl1/trunk/PKGBUILD
Deleted:
  libnl1/trunk/fix-compilation.patch

-----------------------+
 PKGBUILD              |   16 +++++++---------
 fix-compilation.patch |   10 ----------
 2 files changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-16 04:51:05 UTC (rev 182911)
+++ PKGBUILD	2013-04-16 05:28:50 UTC (rev 182912)
@@ -3,26 +3,24 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=libnl1
-pkgver=1.1
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="Library for applications dealing with netlink sockets (Legacy version)"
 arch=('i686' 'x86_64')
 url="http://www.infradead.org/~tgr/libnl/"
 license=('GPL')
 depends=('glibc')
-source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz"
-        'fix-compilation.patch')
-md5sums=('ae970ccd9144e132b68664f98e7ceeb1'
-         'e1f5e82c8aa1b3ad025c7b588178de1e')
+options=('!staticlibs')
+source=("http://www.infradead.org/~tgr/libnl/files/libnl-${pkgver}.tar.gz")
+md5sums=('4e4fa2197f4412b20c2952325d674b12')
 
 build() {
-  cd ${srcdir}/libnl-${pkgver}
-  patch -Np1 -i ${srcdir}/fix-compilation.patch
+  cd libnl-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/libnl-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd libnl-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }

Deleted: fix-compilation.patch
===================================================================
--- fix-compilation.patch	2013-04-16 04:51:05 UTC (rev 182911)
+++ fix-compilation.patch	2013-04-16 05:28:50 UTC (rev 182912)
@@ -1,10 +0,0 @@
---- libnl-1.1.orig/include/netlink-local.h	2008-01-14 16:48:45.000000000 +0100
-+++ libnl-1.1/include/netlink-local.h	2009-06-26 11:15:33.186011844 +0200
-@@ -26,6 +26,7 @@
- #include <sys/socket.h>
- #include <inttypes.h>
- #include <assert.h>
-+#include <limits.h>
- 
- #include <arpa/inet.h>
- #include <netdb.h>




More information about the arch-commits mailing list