[arch-commits] Commit in prelink/trunk (PKGBUILD prelink.conf)

Alexander Rødseth arodseth at archlinux.org
Wed Apr 29 21:56:03 UTC 2015


    Date: Wednesday, April 29, 2015 @ 23:56:02
  Author: arodseth
Revision: 132546

upgpkg: prelink 20130503-4

Modified:
  prelink/trunk/PKGBUILD
  prelink/trunk/prelink.conf

--------------+
 PKGBUILD     |    7 ++++---
 prelink.conf |    5 ++++-
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-29 21:30:15 UTC (rev 132545)
+++ PKGBUILD	2015-04-29 21:56:02 UTC (rev 132546)
@@ -6,7 +6,7 @@
 
 pkgname=prelink
 pkgver=20130503
-pkgrel=3
+pkgrel=4
 pkgdesc='ELF prelinking utility to speed up dynamic linking'
 arch=('x86_64' 'i686')
 url='http://people.redhat.com/jakub/prelink/'
@@ -17,12 +17,13 @@
 source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2"
         'prelink.conf')
 sha256sums=('6339c7605e9b6f414d1be32530c9c8011f38820d36431c8a62e8674ca37140f0'
-            '01969f714d5bccc2ce52062f3b4dadcee93b955ce6cf99325c76f6eea721ec7c')
+            'a149b15b3b4f4ebf931b606e560289fa0a00a08f32855dc1c743485fec704381')
 
 build() {
   cd "$pkgname"
 
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin --disable-static --with-gnu-ld
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin \
+    --disable-static --with-gnu-ld
   make
 }
 

Modified: prelink.conf
===================================================================
--- prelink.conf	2015-04-29 21:30:15 UTC (rev 132545)
+++ prelink.conf	2015-04-29 21:56:02 UTC (rev 132546)
@@ -1,10 +1,13 @@
 # From: https://wiki.archlinux.org/index.php/Talk:Prelink
-# and FS#40579 (thanks ValdikSS).
+# See also: FS#40579 and FS#44727
 
 # System
 /usr/lib
+/usr/lib32
 /usr/bin
 
+# Not using prelink for the following:
+
 # Skype
 -b /usr/lib32/skype/skype
 -b /usr/lib/skype/skype



More information about the arch-commits mailing list