Skip to content

Commit

Permalink
linux: Always link with libdl
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Apr 16, 2011
1 parent acb3ef0 commit 22d1345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.linux
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,6 @@ fi
# Finalize

echo >>${CONFIG_MAK} INSTALLPREFIX=$PREFIX
echo >>${CONFIG_MAK} LDFLAGS_cfg += -lpthread -lrt
echo >>${CONFIG_MAK} LDFLAGS_cfg += -lpthread -lrt -ldl

finalize

0 comments on commit 22d1345

Please sign in to comment.