mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
dont override CC
This commit is contained in:
parent
afc5e9078e
commit
70b5dc8892
@ -1,11 +0,0 @@
|
|||||||
--- coreutils/lib/time_r.h.orig 2006-04-19 12:03:46.000000000 -0600
|
|
||||||
+++ coreutils/lib/time_r.h 2006-04-19 12:03:50.000000000 -0600
|
|
||||||
@@ -26,7 +26,7 @@
|
|
||||||
those declarations. */
|
|
||||||
#include <time.h>
|
|
||||||
|
|
||||||
-#if !HAVE_TIME_R_POSIX
|
|
||||||
+#if 0
|
|
||||||
# undef asctime_r
|
|
||||||
# undef ctime_r
|
|
||||||
# undef gmtime_r
|
|
@ -111,7 +111,7 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
|
|||||||
touch $(COREUTILS_DIR)/.configured
|
touch $(COREUTILS_DIR)/.configured
|
||||||
|
|
||||||
$(COREUTILS_DIR)/$(COREUTILS_BINARY): $(COREUTILS_DIR)/.configured
|
$(COREUTILS_DIR)/$(COREUTILS_BINARY): $(COREUTILS_DIR)/.configured
|
||||||
$(MAKE) CC=$(TARGET_CC) -C $(COREUTILS_DIR)
|
$(MAKE) -C $(COREUTILS_DIR)
|
||||||
rm -f $(TARGET_DIR)/$(COREUTILS_TARGET_BINARY)
|
rm -f $(TARGET_DIR)/$(COREUTILS_TARGET_BINARY)
|
||||||
|
|
||||||
$(TARGET_DIR)/$(COREUTILS_TARGET_BINARY): $(COREUTILS_DIR)/$(COREUTILS_BINARY)
|
$(TARGET_DIR)/$(COREUTILS_TARGET_BINARY): $(COREUTILS_DIR)/$(COREUTILS_BINARY)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user