aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgphoto2/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libgphoto2/APKBUILD')
-rw-r--r--main/libgphoto2/APKBUILD4
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() {