diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-08 08:48:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-08 09:18:10 +0000 |
commit | cc8bca3ebc4dbcaf1cc12ee42069434d6a4852ba (patch) | |
tree | e385c76489e14ae627e364b001b287c51430ea57 /main/libgphoto2/APKBUILD | |
parent | 7eb78c754765ff69197c610529453085943df693 (diff) | |
download | aports-cc8bca3ebc4dbcaf1cc12ee42069434d6a4852ba.tar.bz2 aports-cc8bca3ebc4dbcaf1cc12ee42069434d6a4852ba.tar.xz |
main/libgphoto2: remove un-needed LD_PRELOAD
It does not appear to be needed any more
Diffstat (limited to 'main/libgphoto2/APKBUILD')
-rw-r--r-- | main/libgphoto2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libgphoto2/APKBUILD b/main/libgphoto2/APKBUILD index ec68e3ed78..572a0e2a1e 100644 --- a/main/libgphoto2/APKBUILD +++ b/main/libgphoto2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgphoto2 pkgver=2.5.7 -pkgrel=0 +pkgrel=1 pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs." url="http://www.gphoto.org" arch="all" @@ -31,7 +31,7 @@ build() { --disable-static \ --disable-rpath \ || return 1 - LD_PRELOAD="" make || return 1 + make || return 1 } package() { |