diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-14 05:49:26 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-14 05:50:21 -0500 |
commit | a476c68cfdf5b37b783bd8cefea3e6021e857f2c (patch) | |
tree | 61281fd04c81467899140f3d94707282be841062 /package/libnettle/patches/patch-Makefile_in | |
parent | 95995b14f48834a87cab5dd7ba3ac3482fb3598f (diff) |
fix nettle pkconfig file
Diffstat (limited to 'package/libnettle/patches/patch-Makefile_in')
-rw-r--r-- | package/libnettle/patches/patch-Makefile_in | 10 |
1 files changed, 5 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 |