소스 검색

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 12 년 전
부모
커밋
25d3b3e61b
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 \