From 7b8b787e2b9f2be9d36476aff7c2a25ea5023e91 Mon Sep 17 00:00:00 2001 From: valmat Date: Tue, 16 Dec 2014 18:44:40 +0600 Subject: issue #149 fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) # -- cgit v1.2.3