mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 16:57:15 +08:00
disable libtool files in makepkg by default
This commit is contained in:
parent
98994e9598
commit
bc0edd4a44
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=pacman
|
||||
pkgver=4.1.2
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="A library-based package manager with dependency support"
|
||||
arch=('x86_64')
|
||||
url="http://www.archlinux.org/pacman/"
|
||||
@ -28,7 +28,7 @@ source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig}
|
||||
sha1sums=('ed9a40a9b532bc43e48680826d57518134132538'
|
||||
'SKIP'
|
||||
'0390fd27a62aadf0f7b5933632e858c442f2e167'
|
||||
'badd6ecea8dd3e690f4ed383120b6671576355da')
|
||||
'3786881c265dbd90e47b793aa00b7cf9c8b01bc2')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
@ -80,7 +80,7 @@ BUILDENV=(fakeroot !distcc color !ccache check !sign)
|
||||
#-- upx: Compress binary executable files using UPX
|
||||
#-- debug: Add debugging flags as specified in DEBUG_* variables
|
||||
#
|
||||
OPTIONS=(strip docs libtool !staticlibs emptydirs zipman purge !upx !debug)
|
||||
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
|
||||
|
||||
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
|
||||
INTEGRITY_CHECK=(md5)
|
||||
|
Loading…
Reference in New Issue
Block a user