summaryrefslogtreecommitdiff
path: root/curl/0302-curl-7.47.1-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 /curl/0302-curl-7.47.1-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 'curl/0302-curl-7.47.1-pkgconfig.patch')
-rw-r--r--curl/0302-curl-7.47.1-pkgconfig.patch17
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@
bgstack15