[packages] crtmpserver - add missing -ldl

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32125 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2012-06-07 18:14:44 +00:00
parent ba37d59555
commit 218b3a20b2

View File

@ -0,0 +1,13 @@
Index: crtmpserver-r726/builders/make/compile.mk
===================================================================
--- crtmpserver-r726.orig/builders/make/compile.mk 2012-06-07 19:53:18.028378001 +0200
+++ crtmpserver-r726/builders/make/compile.mk 2012-06-07 20:02:08.260400669 +0200
@@ -59,7 +59,7 @@
#library paths
SSL_INCLUDE=-I$(SSL_BASE)/include
-SSL_LIB=-L$(SSL_BASE)/lib -lssl -lcrypto
+SSL_LIB=-L$(SSL_BASE)/lib -lssl -lcrypto -ldl
#lua
LUA_INCLUDE=-I$(PROJECT_BASE_PATH)/3rdparty/lua-dev