-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build actions for newest ubuntu
The libpurple0 package was rebuilt and renamed to libpurple0t64 to support 64bit time_t values, but this is likely to cause backwards-incompatibility with older distros? :(
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 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
ede2e32
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking about it some more: backwards compatibility should be fine. 64bit Linux .so's already had 64-bit
time_t
the new package just makes it more explicit on 32bit arch targets (eg arm/win32)