summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorIsmael Luceno2019-06-25 19:12:03 +0200
committerIsmael Luceno2019-06-26 23:41:10 +0200
commitc45a36f909693b45cb84fb0f1b1f91bf773ca34b (patch)
treed7f2596b1146eda5c5573192dfcb28faeec8b901 /graphics
parentd4f827fed5266509620631a8e35ce11d89835502 (diff)
libgphoto2: Fix installation on non-glibc systems
Avoid calling ldconfig.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libgphoto2/HISTORY3
-rwxr-xr-xgraphics/libgphoto2/INSTALL2
2 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 1f6e219827..1514978e89 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,6 @@
+2019-06-25 Ismael Luceno <ismael@sourcemage.org>
+ * INSTALL: fixed installation on non-glibc systems
+
2019-06-07 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 2.5.23
diff --git a/graphics/libgphoto2/INSTALL b/graphics/libgphoto2/INSTALL
index 8f2427676b..081a49924b 100755
--- a/graphics/libgphoto2/INSTALL
+++ b/graphics/libgphoto2/INSTALL
@@ -1,7 +1,7 @@
default_install &&
cd doc &&
make install-man &&
-ldconfig &&
+case "$HOST" in *-gnu) ldconfig;; esac &&
local CAMERALIST &&
CAMERALIST=$TRACK_ROOT/usr/lib/libgphoto2/print-camera-list &&
# Installs fdi files for use with HAL