summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09abea8555e6..650c7d3dbb53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
pkgname=fbxkb
pkgver=0.6
-pkgrel=3
+pkgrel=4
pkgdesc="Keyboard indicator and switcher"
arch=('i686' 'x86_64')
url="http://fbxkb.sourceforge.net/"
depends=('gtk2' 'libxmu')
+depends_x86_64=('gdk-pixbuf-xlib')
license=('GPL')
source=(http://download.sourceforge.net/fbxkb/${pkgname}-${pkgver}.tgz
fbxkb.patch)
@@ -23,7 +24,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
- make LDFLAGS=
+ make LDFLAGS="-Wl,-O1,--sort-common,-z,relro,-z,now"
}
package() {