summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-12-30 08:59:49 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-12-30 08:59:49 +0100
commitcd2284df9dbecff9dafb0dea1b176b2d5934356f (patch)
tree0084366dd5f7bad6d9b61bf8190002dd24020a6d /Makefile
parent38135ce4ab49c06799df08cfff4bc8d6f67e5fc7 (diff)
parent7b8b787e2b9f2be9d36476aff7c2a25ea5023e91 (diff)
Merge pull request #152 from valmat/issue149
Fix Issue149
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93e22af..5f552e7 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ PHP_BIN = $(shell ${PHP_CONFIG} --php-binary)
INSTALL_PREFIX = /usr
INSTALL_HEADERS = ${INSTALL_PREFIX}/include
-INSTALL_LIB = ${INSTALL_PREFIX}/lib
+INSTALL_LIB = $(shell cat /etc/ld.so.conf.d/libc.conf | grep -v "\#" | head -1)
#