summaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-01-08 14:01:18 +0000
committerRon Yorston <rmy@pobox.com>2020-01-08 14:01:18 +0000
commitcf0fa4d1392b7dc7eb8d37206c111f76af67e0e9 (patch)
treeb3b8b2d8b9b501b2a8847bae76e97a5f30a4f464 /Makefile.flags
parenta9271a8e97e6e7be5285330d5f19352decabf807 (diff)
downloadbusybox-w32-FRP-3329-gcf0fa4d13.tar.gz
busybox-w32-FRP-3329-gcf0fa4d13.tar.bz2
busybox-w32-FRP-3329-gcf0fa4d13.zip
- Update configuration files - Omit unnecessary libraries - Replace fake stime(2) with fake clock_settime(2)
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags2
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
148LDLIBS += userenv psapi ws2_32 148LDLIBS += userenv psapi ws2_32
149endif 149endif
150 150
151ifneq ($(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
160endif 161endif
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()
164endif
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.