summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrypt/.cvsignore1
-rw-r--r--libcrypt/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/libcrypt/.cvsignore b/libcrypt/.cvsignore
new file mode 100644
index 000000000..c0afcce0b
--- /dev/null
+++ b/libcrypt/.cvsignore
@@ -0,0 +1 @@
+libcrypt.so*
diff --git a/libcrypt/Makefile b/libcrypt/Makefile
index 527f68966..904d674ab 100644
--- a/libcrypt/Makefile
+++ b/libcrypt/Makefile
@@ -23,7 +23,7 @@
TOPDIR=../
include $(TOPDIR)Rules.mak
LIBCRYPT=libcrypt.a
-SHARED_NAME=libcrypt.so.1
+SHARED_NAME=libcrypt.so.$(MAJOR_VERSION)
TARGET_CC= ../extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc
CSRC = crypt.c des.c md5.c