summaryrefslogtreecommitdiff
path: root/libssh2/libssh2-1.7.0-pkgconfig.patch
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-18 12:39:23 +0000
committerB Stack <bgstack15@gmail.com>2019-10-18 12:39:23 +0000
commitd759954c9cb89dc6c98d8800899e2925660ad08c (patch)
tree30a4c7b0cb1c9eff135dae8c5c59ab5cb238ddfc /libssh2/libssh2-1.7.0-pkgconfig.patch
parentMerge branch 'oddjob-mkhomedir' into 'master' (diff)
parentwaterfox: el8 disable system_webp (diff)
downloadstackrpms-d759954c9cb89dc6c98d8800899e2925660ad08c.tar.gz
stackrpms-d759954c9cb89dc6c98d8800899e2925660ad08c.tar.bz2
stackrpms-d759954c9cb89dc6c98d8800899e2925660ad08c.zip
Merge branch 'centos-8' into 'master'
Add Centos 8 support Closes #12 See merge request bgstack15/stackrpms!93
Diffstat (limited to 'libssh2/libssh2-1.7.0-pkgconfig.patch')
-rw-r--r--libssh2/libssh2-1.7.0-pkgconfig.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libssh2/libssh2-1.7.0-pkgconfig.patch b/libssh2/libssh2-1.7.0-pkgconfig.patch
deleted file mode 100644
index 838c234..0000000
--- a/libssh2/libssh2-1.7.0-pkgconfig.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Remove libdir from pkg-config --libs output, as it's a standard place
-on Fedora
-
---- libssh2.pc.in
-+++ libssh2.pc.in
-@@ -12,6 +12,6 @@ URL: http://www.libssh2.org/
- Description: Library for SSH-based communication
- Version: @LIBSSH2VER@
- Requires.private: @LIBSREQUIRED@
--Libs: -L${libdir} -lssh2 @LIBS@
-+Libs: -lssh2 @LIBS@
- Libs.private: @LIBS@
- Cflags: -I${includedir}
bgstack15