|
Lines 52-61
Link Here
|
| 52 |
# the included gnutls -- force ioctl.h to include this header |
52 |
# the included gnutls -- force ioctl.h to include this header |
| 53 |
[[ ${CHOST} == *-solaris* ]] && append-flags -DBSD_COMP=1 |
53 |
[[ ${CHOST} == *-solaris* ]] && append-flags -DBSD_COMP=1 |
| 54 |
|
54 |
|
| 55 |
# some libraries tests lack configure options :( #432468 |
|
|
| 56 |
eval export ac_cv_{header_pcre_h,lib_pcre_pcre_compile}=$(usex pcre) |
| 57 |
eval export ac_cv_{header_uuid_uuid_h,lib_uuid_uuid_generate}=$(usex uuid) |
| 58 |
|
| 59 |
if use static ; then |
55 |
if use static ; then |
| 60 |
append-ldflags -static |
56 |
append-ldflags -static |
| 61 |
tc-export PKG_CONFIG |
57 |
tc-export PKG_CONFIG |
|
Lines 71-76
Link Here
|
| 71 |
$(use_enable nls) \ |
67 |
$(use_enable nls) \ |
| 72 |
$(use_enable ntlm) \ |
68 |
$(use_enable ntlm) \ |
| 73 |
$(use_enable debug) \ |
69 |
$(use_enable debug) \ |
|
|
70 |
$(use_enable pcre) \ |
| 71 |
$(use_with uuid libuuid) \ |
| 74 |
$(use_with zlib) |
72 |
$(use_with zlib) |
| 75 |
} |
73 |
} |
| 76 |
|
74 |
|