Merge pull request #1311 from sbc100/fix_linux_build
modified .travis.yml
@@ -11,7 +11,6 @@ addons:
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified configure.ac
@@ -157,6 +157,7 @@ AC_CHECK_FUNCS_ONCE([strnstr])
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -268,6 +269,7 @@ AC_SEARCH_LIBS([zlibVersion], [z], [], [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/dns_utils.c
@@ -238,6 +238,9 @@ dns_getsrvinfo(const char *zone)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -277,6 +280,7 @@ set_nameserver(const char *nsname) {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -1086,8 +1086,12 @@ pkg_ini(const char *path, const char *reposdir, pkg_init_flags flags)
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified scripts/travis_build.sh
@@ -39,8 +39,7 @@ set -e
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|