Date: Wednesday, May 14, 2014 @ 19:08:49
  Author: arodseth
Revision: 111140

Other attempts

Modified:
  prelink/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-05-14 16:45:50 UTC (rev 111139)
+++ PKGBUILD    2014-05-14 17:08:49 UTC (rev 111140)
@@ -12,7 +12,7 @@
 url='http://people.redhat.com/jakub/prelink/'
 license=('GPL')
 depends=('elfutils')
-makedepends=('elfutils')
+makedepends=('elfutils' 'libtool')
 backup=('etc/prelink.conf')
 source=("http://people.redhat.com/jakub/$pkgname/$pkgname-$pkgver.tar.bz2";)
 md5sums=('4cab1571718a9b25665bd025069a02c7')
@@ -19,10 +19,12 @@
 
 build() {
   cd "$pkgname"
-  autoreconf && true
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin
+
+  #export CC=clang
+  #autoreconf && true
+  #automake --add-missing
+  #autoreconf
+  ./configure --prefix=/usr --mandir=/usr/share/man --sbin=/usr/bin 
--disable-static --with-gnu-ld
   make
 }
 

Reply via email to