Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eduroam
radsecproxy
Commits
6bf4f886
Commit
6bf4f886
authored
Apr 03, 2012
by
Linus Nordberg
Browse files
OpenSSL uses long long. We use -pedantic. Add -Wno-long-long.
Closes RADSECPROXY-34.
parent
bd51eb6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
6bf4f886
...
...
@@ -79,7 +79,7 @@ case "${target_os}" in
TARGET_LDFLAGS="-lpthread -lsocket -lnsl"
;;
*)
TARGET_CFLAGS="-Wall -pedantic -pthread"
TARGET_CFLAGS="-Wall -pedantic
-Wno-long-long
-pthread"
TARGET_LDFLAGS=""
esac
dnl Adding enabled options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment