Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
25c4c78
for
configure
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2015-01-16T19:50:24Z (
10 years
ago)
Author:
dequis <dx@…>
Branches:
master
Children:
a6cd799
Parents:
7549d00
git-author:
Jason Copenhaver <jcopenha@…> (16-01-15 19:50:24)
git-committer:
dequis <dx@…> (16-01-15 19:50:24)
Message:
Fix compiler warnings on Cygwin and Mac OS X.
Don't use PIE/PIC on Cygwin/Darwin unless specified as these platforms don't support it.
Cleanup warnings for 'make check' build.
Fix the type issue for getsockopt calls.
Fix enum warnings in Yahoo libs on Mac OS X.
File:
1 edited
configure
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
configure
r7549d00
r25c4c78
56
56
57
57
echo BitlBee configure
58
59
# Cygwin and Darwin don't support PIC/PIE
60
case "$arch" in
61
CYGWIN* )
62
pie=0;;
63
Darwin )
64
pie=0;;
65
esac
58
66
59
67
while [ -n "$1" ]; do
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive