Skip to content

Commit

Permalink
add missing -lrt for Linux static build
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Nov 22, 2015
1 parent d9c864e commit b8e06ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ gcc -DNDEBUG -DICSARCH=\"Linux\" -DICSVERSION=\"${VERSION}\" \
${LIBF}/libavutil.a \
\
$SLIBS \
-lm -ldl -pthread -lstdc++ \
-lm -lrt -ldl -pthread -lstdc++ \
|| exit 1

strip tmp/$OUTFN
Expand Down

0 comments on commit b8e06ef

Please sign in to comment.