diff options
Diffstat (limited to 'Makefile.flags')
-rw-r--r-- | Makefile.flags | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.flags b/Makefile.flags index 66f28874e..ec46c4f4f 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -148,6 +148,7 @@ EXEEXT = .exe | |||
148 | LDLIBS += userenv psapi ws2_32 | 148 | LDLIBS += userenv psapi ws2_32 |
149 | endif | 149 | endif |
150 | 150 | ||
151 | ifneq ($(CONFIG_PLATFORM_MINGW32),y) | ||
151 | # Android has no separate crypt library | 152 | # Android has no separate crypt library |
152 | # gcc-4.2.1 fails if we try to feed C source on stdin: | 153 | # gcc-4.2.1 fails if we try to feed C source on stdin: |
153 | # echo 'int main(void){return 0;}' | $(CC) $(CFLAGS) -lcrypt -o /dev/null -xc - | 154 | # echo 'int main(void){return 0;}' | $(CC) $(CFLAGS) -lcrypt -o /dev/null -xc - |
@@ -160,6 +161,7 @@ LDLIBS += m rt | |||
160 | endif | 161 | endif |
161 | # libm may be needed for dc, awk, ntpd | 162 | # libm may be needed for dc, awk, ntpd |
162 | # librt may be needed for clock_gettime() | 163 | # librt may be needed for clock_gettime() |
164 | endif | ||
163 | 165 | ||
164 | # libpam may use libpthread, libdl and/or libaudit. | 166 | # libpam may use libpthread, libdl and/or libaudit. |
165 | # On some platforms that requires an explicit -lpthread, -ldl, -laudit. | 167 | # On some platforms that requires an explicit -lpthread, -ldl, -laudit. |