blob: b6c9cbc6b1965db76addbe8f70baa46966f26fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/Makefile b/Makefile
index 2fbb9bd..ce1323e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LIB_SONAME = $(LIB_NAME).so.$(MAJOR_VERSION)
DIGEST_SRC = $(wildcard md5.c sha*.c)
DIGEST_OBJ = $(DIGEST_SRC:.c=.o)
-LIBDIR = /usr/lib$(shell ldd /bin/sh | grep -q /lib64/ && echo 64)
+LIBDIR = /usr/lib
.PHONY: all doc clean install test archive
|