diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-15 21:40:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-05-15 21:40:58 +0200 |
commit | 88dc317d5510827a551697805c5d167d3ecb0975 (patch) | |
tree | 844617488fd1dc07aaccac5f680cb73a66622939 /package/libnettle/patches/patch-hogweed_pc_in | |
parent | dff2d49e4342587e3d4c2f578eacfdc0e4089cca (diff) | |
parent | 0a1c8865d1e019c19639108b2ae1cf53eb863f31 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libnettle/patches/patch-hogweed_pc_in')
-rw-r--r-- | package/libnettle/patches/patch-hogweed_pc_in | 15 |
1 files changed, 15 insertions, 0 deletions
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} + |