[arch-commits] Commit in lib32-openssl-1.0/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri May 26 09:42:42 UTC 2017


    Date: Friday, May 26, 2017 @ 09:42:41
  Author: alucryd
Revision: 230435

upgpkg: lib32-openssl-1.0 1.0.2.l-2

Modified:
  lib32-openssl-1.0/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-26 09:32:45 UTC (rev 230434)
+++ PKGBUILD	2017-05-26 09:42:41 UTC (rev 230435)
@@ -1,19 +1,18 @@
 # $Id$
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Llewelyn Trahaearn <woefulderelict at gmail.com>
 
 pkgname=lib32-openssl-1.0
 _ver=1.0.2l
-# use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-#pkgver=$_ver
-pkgrel=1
+pkgrel=2
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
 arch=('x86_64')
 url='https://www.openssl.org'
 license=('custom:BSD')
 depends=('lib32-glibc' 'openssl-1.0')
-makedepends=('gcc-multilib' 'imake')
+makedepends=('gcc-multilib')
 options=('!makeflags')
 source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz"
         "https://www.openssl.org/source/openssl-${_ver}.tar.gz.asc"
@@ -49,7 +48,7 @@
     shared no-ssl3-method linux-elf \
     "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
 
-  make depend
+  make MAKEDEPPROG="${CC}" depend
   make
 }
 



More information about the arch-commits mailing list