forked from omniti-labs/omnios-build
-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3869 from citrus-it/pkgupd
Core package updates
- Loading branch information
Showing
14 changed files
with
59 additions
and
505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff -wpruN --no-dereference '--exclude=*.orig' a~/gettext-tools/gnulib-m4/getaddrinfo.m4 a/gettext-tools/gnulib-m4/getaddrinfo.m4 | ||
--- a~/gettext-tools/gnulib-m4/getaddrinfo.m4 1970-01-01 00:00:00 | ||
+++ a/gettext-tools/gnulib-m4/getaddrinfo.m4 1970-01-01 00:00:00 | ||
@@ -108,7 +108,7 @@ int getaddrinfo (const char *, const cha | ||
#include <string.h> | ||
]], [[ | ||
struct addrinfo hints; | ||
- struct addrinfo ai; | ||
+ struct addrinfo *ai; | ||
memset (&hints, 0, sizeof (hints)); | ||
hints.ai_flags = AI_NUMERICSERV; | ||
return getaddrinfo ("www.gnu.org", "http", &hints, &ai) != EAI_NONAME; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
configure.patch |
Oops, something went wrong.