diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-29 15:40:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-29 20:16:57 -0400 |
commit | fd98a14f8dca1530e56a0abaf6eca10ab02607fe (patch) | |
tree | cdc0a109eacae4a935e8ed36a30983b0bfb45479 /libre/pacman | |
parent | edb3a5d6629e3a46f7725e9157e69bb5db131a21 (diff) | |
download | abslibre-fd98a14f8dca1530e56a0abaf6eca10ab02607fe.tar.gz abslibre-fd98a14f8dca1530e56a0abaf6eca10ab02607fe.tar.bz2 abslibre-fd98a14f8dca1530e56a0abaf6eca10ab02607fe.zip |
libre/pacman: Tidy
Diffstat (limited to 'libre/pacman')
-rw-r--r-- | libre/pacman/PKGBUILD | 10 | ||||
-rw-r--r-- | libre/pacman/makepkg.conf.in | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libre/pacman/PKGBUILD b/libre/pacman/PKGBUILD index 3500c02f0..3fd2a3dde 100644 --- a/libre/pacman/PKGBUILD +++ b/libre/pacman/PKGBUILD @@ -1,5 +1,5 @@ # vim: set ts=2 sw=2 et: -# $Id: PKGBUILD 268273 2016-05-18 05:54:54Z allan $ +# $Id$ # Maintainer (Arch): Dan McGee <dan@archlinux.org> # Maintainer (Arch): Dave Reisner <dreisner@archlinux.org> # Contributor (Hyperbola): André Silva <emulatorman@hyperbola.info> @@ -14,8 +14,8 @@ pkgver=5.1.0 pkgrel=1 pkgrel+=.parabola1 pkgdesc="A library-based package manager with dependency support" -arch=('i686' 'x86_64') -arch+=('armv7h') +arch=('x86_64') +arch+=('i686' 'armv7h') url="http://www.archlinux.org/pacman/" license=('GPL') groups=('base' 'base-devel') @@ -84,12 +84,12 @@ build() { i686) mycarch="i686" mychost="i686-pc-linux-gnu" - myflags="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" + myflags="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ;; x86_64) mycarch="x86_64" mychost="x86_64-pc-linux-gnu" - myflags="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" + myflags="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" ;; armv7h) mycarch="armv7h" diff --git a/libre/pacman/makepkg.conf.in b/libre/pacman/makepkg.conf.in index d874c81cd..9b90a2b26 100644 --- a/libre/pacman/makepkg.conf.in +++ b/libre/pacman/makepkg.conf.in @@ -73,7 +73,7 @@ BUILDENV=(!distcc color !ccache check !sign) # These are default values for the options=() settings ######################################################################### # -# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge !debug) +# Default: OPTIONS=(!strip docs libtool staticlibs emptydirs !zipman !purge debug) # A negated option will do the opposite of the comments below. # #-- strip: Strip symbols from binaries/libraries |