diff options
author | B Stack <bgstack15@gmail.com> | 2019-10-10 11:40:39 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-10-10 11:40:39 -0400 |
commit | d3505e0bcb1d6015c6e70104a2b64dd347565ad1 (patch) | |
tree | 9167181d853d25a3e57645aca40155990124905f /curl/0302-curl-7.47.1-pkgconfig.patch | |
parent | WIP: ffs for el8 rc1 (diff) | |
download | stackrpms-d3505e0bcb1d6015c6e70104a2b64dd347565ad1.tar.gz stackrpms-d3505e0bcb1d6015c6e70104a2b64dd347565ad1.tar.bz2 stackrpms-d3505e0bcb1d6015c6e70104a2b64dd347565ad1.zip |
moved ffs deps to new repo
Diffstat (limited to 'curl/0302-curl-7.47.1-pkgconfig.patch')
-rw-r--r-- | curl/0302-curl-7.47.1-pkgconfig.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/curl/0302-curl-7.47.1-pkgconfig.patch b/curl/0302-curl-7.47.1-pkgconfig.patch deleted file mode 100644 index 3dce68b..0000000 --- a/curl/0302-curl-7.47.1-pkgconfig.patch +++ /dev/null @@ -1,17 +0,0 @@ -This patch cleans up libcurl.pc to remove redundant compiler/linker -flags that refer to standard directories, i.e. - --L/usr/lib(64)? --I/usr/include - ---- libcurl.pc.in -+++ libcurl.pc.in -@@ -35,6 +35,6 @@ Name: libcurl - URL: https://curl.haxx.se/ - Description: Library to transfer files with ftp, http, etc. - Version: @CURLVERSION@ --Libs: -L${libdir} -lcurl -+Libs: -lcurl - Libs.private: @LIBCURL_LIBS@ --Cflags: -I${includedir} @CPPFLAG_CURL_STATICLIB@ -+Cflags: @CPPFLAG_CURL_STATICLIB@ |