File tree Expand file tree Collapse file tree 4 files changed +0
-38
lines changed Expand file tree Collapse file tree 4 files changed +0
-38
lines changed Original file line number Diff line number Diff line change 2
2
3
3
PREFIX =$(BUILDPREFIX )
4
4
5
- ifeq ($(DEB_BUILD_GNU_TYPE ) ,$(DEB_HOST_GNU_TYPE ) )
6
- PTHREAD =
7
- else
8
- PTHREAD=--with-pthread =$(PREFIX )
9
- endif
10
-
11
5
clean :
12
6
dh_testdir
13
7
dh_testroot
@@ -20,27 +14,19 @@ build-stamp:
20
14
21
15
./configure --with-sysroot=$(PREFIX) \
22
16
--host=$(DEB_HOST_GNU_TYPE) \
23
- $(PTHREAD) \
24
17
--with-ssl=$(PREFIX) \
25
18
--with-zlib=$(PREFIX) \
26
19
--prefix=$(PREFIX) \
27
20
--disable-ldap \
28
21
--disable-ldaps \
29
22
--disable-ntlm \
30
- --without-axtls \
31
- --without-cyassl \
32
- --without-egd-socket \
33
23
--without-gnutls \
34
24
--without-gssapi \
35
- --without-libidn \
36
25
--without-libpsl \
37
26
--without-librtmp \
38
27
--without-libssh2 \
39
28
--without-nghttp2 \
40
- --without-nss \
41
- --without-polarssl \
42
29
--without-winidn \
43
- --without-winssl \
44
30
CPPFLAGS="-I$(PREFIX)/include" \
45
31
46
32
make
Original file line number Diff line number Diff line change 3
3
PREFIX =$(BUILDPREFIX )
4
4
5
5
ifeq ($(DEB_BUILD_GNU_TYPE ) ,$(DEB_HOST_GNU_TYPE ) )
6
- PTHREAD =
7
6
CC_OVERRIDE =
8
7
else
9
- PTHREAD=--with-pthread =$(PREFIX )
10
8
CC_OVERRIDE="CC =$(DEB_HOST_GNU_TYPE ) -gcc -static-libgcc"
11
9
endif
12
10
@@ -35,27 +33,19 @@ build-stamp:
35
33
36
34
./configure --with-sysroot=$(PREFIX) \
37
35
--host=$(DEB_HOST_GNU_TYPE) \
38
- $(PTHREAD) \
39
36
--with-ssl=$(SSL_PREFIX) \
40
37
--with-zlib=$(PREFIX) \
41
38
--prefix=$(PREFIX) \
42
39
--disable-ldap \
43
40
--disable-ldaps \
44
41
--disable-ntlm \
45
- --without-axtls \
46
- --without-cyassl \
47
- --without-egd-socket \
48
42
--without-gnutls \
49
43
--without-gssapi \
50
- --without-libidn \
51
44
--without-libpsl \
52
45
--without-librtmp \
53
46
--without-libssh2 \
54
47
--without-nghttp2 \
55
- --without-nss \
56
- --without-polarssl \
57
48
--without-winidn \
58
- --without-winssl \
59
49
LDFLAGS="$(LDFLAGS)" \
60
50
$(CC_OVERRIDE) \
61
51
CPPFLAGS="-I$(PREFIX)/include" \
Original file line number Diff line number Diff line change @@ -18,20 +18,13 @@ TTD=${BUILD_ROOT}/cfbuild-libcurl-devel${PREFIX}
18
18
--with-zlib=$PREFIX \
19
19
--disable-ldap \
20
20
--disable-ldaps \
21
- --without-axtls \
22
- --without-cyassl \
23
- --without-egd-socket \
24
21
--without-gnutls \
25
22
--without-gssapi \
26
- --without-libidn \
27
23
--without-libpsl \
28
24
--without-librtmp \
29
25
--without-libssh2 \
30
26
--without-nghttp2 \
31
- --without-nss \
32
- --without-polarssl \
33
27
--without-winidn \
34
- --without-winssl \
35
28
CPPFLAGS=" -DAF_LOCAL=AF_UNIX -D_LARGEFILE_SOURCE"
36
29
gmake
37
30
Original file line number Diff line number Diff line change @@ -15,20 +15,13 @@ TTD=${BUILD_ROOT}/cfbuild-libcurl-devel${PREFIX}
15
15
--with-zlib=$PREFIX \
16
16
--disable-ldap \
17
17
--disable-ldaps \
18
- --without-axtls \
19
- --without-cyassl \
20
- --without-egd-socket \
21
18
--without-gnutls \
22
19
--without-gssapi \
23
- --without-libidn \
24
20
--without-libpsl \
25
21
--without-librtmp \
26
22
--without-libssh2 \
27
23
--without-nghttp2 \
28
- --without-nss \
29
- --without-polarssl \
30
24
--without-winidn \
31
- --without-winssl \
32
25
CPPFLAGS=" -DAF_LOCAL=AF_UNIX"
33
26
$MAKE
34
27
You can’t perform that action at this time.
0 commit comments