projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29f1fa7
)
configure: Add a comment indicating why uclibc is checked before glibc
author
Diego Biurrun
<diego@biurrun.de>
Wed, 30 Jan 2013 23:50:51 +0000
(
00:50
+0100)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 31 Jan 2013 10:19:23 +0000
(11:19 +0100)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index c41a396f3e48f976ea9fbe7ef548d0663b25a41a..ebeea83edf687fdc41bdeea998bbb4ee0cb974c9 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3035,6
+3035,7
@@
esac
# determine libc flavour
+# uclibc defines __GLIBC__, so it needs to be checked before glibc.
if check_cpp_condition features.h "defined __UCLIBC__"; then
libc_type=uclibc
add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600