Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
3859a504
Commit
3859a504
authored
Feb 09, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python/build/libs.py: convert CURL edit to quilt patch
parent
927071e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
5 deletions
+19
-5
libs.py
python/build/libs.py
+3
-5
only_lib.patch
src/lib/curl/patches/only_lib.patch
+15
-0
series
src/lib/curl/patches/series
+1
-0
No files found.
python/build/libs.py
View file @
3859a504
import
re
from
os.path
import
abspath
from
build.project
import
Project
from
build.zlib
import
ZlibProject
from
build.autotools
import
AutotoolsProject
...
...
@@ -359,11 +361,7 @@ curl = AutotoolsProject(
'--without-ssl'
,
'--without-gnutls'
,
'--without-nss'
,
'--without-libssh2'
,
],
edits
=
{
# build only the library, not the "curl" command-line tool
'Makefile.in'
:
lambda
data
:
re
.
sub
(
r'^SUBDIRS = lib src$'
,
r'SUBDIRS = lib'
,
data
,
count
=
1
,
flags
=
re
.
MULTILINE
),
}
patches
=
'src/lib/curl/patches'
,
)
boost
=
BoostProject
(
...
...
src/lib/curl/patches/only_lib.patch
0 → 100644
View file @
3859a504
Index: curl-7.58.0/Makefile.in
===================================================================
--- curl-7.58.0.orig/Makefile.in
+++ curl-7.58.0/Makefile.in
@@ -641,8 +641,8 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP)
$(VC14_LIBVCXPROJ) $(VC14_SRCVCXPROJ) $(VC15_LIBVCXPROJ) $(VC15_SRCVCXPROJ)
bin_SCRIPTS = curl-config
-SUBDIRS = lib src
-DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs
+SUBDIRS = lib
+DIST_SUBDIRS = $(SUBDIRS) include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libcurl.pc
LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c \
src/lib/curl/patches/series
0 → 100644
View file @
3859a504
only_lib.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment