Skip to content

Commit 6fbe328

Browse files
committed
configure: support --extra-ldflags
Add --extra-ldflags to configure for static link libaio. Signed-off-by: Duo LI <[email protected]>
1 parent 7272fd8 commit 6fbe328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ for opt do
215215
;;
216216
--extra-cflags=*) CFLAGS="$CFLAGS $optarg"
217217
;;
218+
--extra-ldflags=*) LDFLAGS="$LDFLAGS $optarg"
219+
;;
218220
--build-32bit-win) build_32bit_win="yes"
219221
;;
220222
--target-win-ver=*) target_win_ver="$optarg"

0 commit comments

Comments
 (0)