summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-12-16 18:44:40 +0600
committervalmat <ufabiz@gmail.com>2014-12-16 18:44:40 +0600
commit7b8b787e2b9f2be9d36476aff7c2a25ea5023e91 (patch)
treecc525313a498cffd51d16400a6676d9100c97b6f /Makefile
parentcbe358c2b43961734711e1c3ee2c506b1434c8f3 (diff)
issue #149 fixed Makefile
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)
#