소스 검색

update configure

ruki 1 년 전
부모
커밋
81b7ce05e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure

+ 1 - 1
configure

@@ -258,7 +258,7 @@ _os_find() {
 _os_date() {
     if test_z "${SOURCE_DATE_EPOCH}"; then
         _ret=$(date +"${1}")
-    elif is_host "macosx"; then
+    elif is_host "macosx" "freebsd" "bsd"; then
         _ret=$(date -u -r "$SOURCE_DATE_EPOCH" +"${1}")
     else
         _ret=$(date -u -d "@$SOURCE_DATE_EPOCH" +"${1}")