diff options
Diffstat (limited to 'package/libnettle/patches')
-rw-r--r-- | package/libnettle/patches/patch-Makefile_in | 10 | ||||
-rw-r--r-- | package/libnettle/patches/patch-hogweed_pc_in | 15 |
2 files changed, 20 insertions, 5 deletions
diff --git a/package/libnettle/patches/patch-Makefile_in b/package/libnettle/patches/patch-Makefile_in index d63bbdc56..fb5b2e914 100644 --- a/package/libnettle/patches/patch-Makefile_in +++ b/package/libnettle/patches/patch-Makefile_in @@ -1,8 +1,8 @@ ---- nettle-2.4.orig/Makefile.in 2011-09-03 14:51:07.000000000 +0200 -+++ nettle-2.4/Makefile.in 2012-04-03 15:14:44.000000000 +0200 -@@ -14,7 +14,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_STRIP_PROGRAM = $(INSTALL_PROGRAM) -s - MKDIR_P = @MKDIR_P@ +--- nettle-3.1.orig/Makefile.in 2015-04-07 14:00:08.000000000 -0500 ++++ nettle-3.1/Makefile.in 2015-05-13 17:12:36.605171868 -0500 +@@ -17,7 +17,7 @@ OPT_HOGWEED_OBJS = @OPT_HOGWEED_OBJS@ + + OPT_NETTLE_SOURCES = @OPT_NETTLE_SOURCES@ -SUBDIRS = tools testsuite examples +SUBDIRS = tools testsuite diff --git a/package/libnettle/patches/patch-hogweed_pc_in b/package/libnettle/patches/patch-hogweed_pc_in new file mode 100644 index 000000000..85fe0489d --- /dev/null +++ b/package/libnettle/patches/patch-hogweed_pc_in @@ -0,0 +1,15 @@ +--- nettle-3.1.orig/hogweed.pc.in 2015-04-07 14:00:09.000000000 -0500 ++++ nettle-3.1/hogweed.pc.in 2015-05-14 02:43:51.148857825 -0500 +@@ -11,9 +11,9 @@ Name: Hogweed + Description: Nettle low-level cryptographic library (public-key algorithms) + URL: http://www.lysator.liu.se/~nisse/nettle + Version: @PACKAGE_VERSION@ +-Requires: @IF_NOT_SHARED@ nettle ++Requires: nettle + Requires.private: @IF_SHARED@ nettle +-Libs: -L${libdir} -lhogweed @IF_NOT_SHARED@ @LIBS@ +-Libs.private: @IF_SHARED@ @LIBS@ ++Libs: -L${libdir} -lhogweed @LIBS@ ++Libs.private: @LIBS@ + Cflags: -I${includedir} + |