cryptopp: fix typo in patch

This commit is contained in:
Leonid Pliushch 2019-09-15 22:25:29 +03:00
parent f499d36714
commit 0c2b6768cb
1 changed files with 1 additions and 11 deletions

View File

@ -1,6 +1,6 @@
diff -uNr cryptopp/GNUmakefile cryptopp.mod/GNUmakefile
--- cryptopp/GNUmakefile 2019-04-29 02:36:50.000000000 +0300
+++ cryptopp.mod/GNUmakefile 2019-09-15 22:21:10.471717253 +0300
+++ cryptopp.mod/GNUmakefile 2019-09-15 22:24:49.562595722 +0300
@@ -1256,7 +1256,7 @@
$(CHMOD) 0755 $(DESTDIR)$(LIBDIR)/libcryptopp.so$(SOLIB_VERSION_SUFFIX)
ifeq ($(HAS_SOLIB_VERSION),1)
@ -10,13 +10,3 @@ diff -uNr cryptopp/GNUmakefile cryptopp.mod/GNUmakefile
endif
endif
ifneq ($(wildcard libcryptopp.pc),)
@@ -1295,7 +1295,8 @@
$(CXX) -shared $(SOLIB_FLAGS) -o $@ $(strip $(CXXFLAGS)) $(LDFLAGS) $(LIBOBJS) $(LDLIBS)
endif
ifeq ($(HAS_SOLIB_VERSION),1)
- -$(LN) libcryptopp.so$(SOLIB_VERSION_SUFFIX) libcryptopp.so
+ -
+ libcryptopp.so$(SOLIB_VERSION_SUFFIX) libcryptopp.so
-$(LN) libcryptopp.so$(SOLIB_VERSION_SUFFIX) libcryptopp.so$(SOLIB_COMPAT_SUFFIX)
endif