소스 검색

path can contain spaces

Waldemar Brodkorb 10 년 전
부모
커밋
db71e75a2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/openssl/Makefile

+ 1 - 1
package/openssl/Makefile

@@ -57,7 +57,7 @@ post-extract:
 
 do-configure:
 	(cd $(WRKBUILD); \
-		PATH=$(TARGET_PATH) \
+		PATH='$(TARGET_PATH)' \
 		OPTIMIZATION_FLAGS="$(TARGET_CFLAGS) -fPIC" \
 		./Configure $(CONFIG) \
 		  --prefix=/usr \