From 0c2b6768cb2915f5720411633e10fc800cb6c950 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 15 Sep 2019 22:25:29 +0300 Subject: [PATCH] cryptopp: fix typo in patch --- packages/cryptopp/fix-lib-symlinks.patch | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/cryptopp/fix-lib-symlinks.patch b/packages/cryptopp/fix-lib-symlinks.patch index 9c66cc045..4201d46a4 100644 --- a/packages/cryptopp/fix-lib-symlinks.patch +++ b/packages/cryptopp/fix-lib-symlinks.patch @@ -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 -