浏览代码

Makefile: SCTP library check doesn't look in /usr/lib64

- This means you can't build Kamailio for a 64-bit OS like CentOS or
  Fedora.
Peter Dunkley 13 年之前
父节点
当前提交
f2f8ff7213
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile.defs

+ 1 - 0
Makefile.defs

@@ -1742,6 +1742,7 @@ ifeq ($(OS), linux)
 		sctp_dev_locations := /usr/include/netinet/sctp.h \
 								$(LOCALBASE)/include/netinet/sctp.h
 		sctp_lib_locations := /usr/lib/libsctp.so \
+								/usr/lib64/libsctp.so \
 								$(LOCALBASE)/usr/local/lib/libsctp.so
 		sctp_dev_path := $(wildcard $(sctp_dev_locations))
 		sctp_lib_path := $(wildcard $(sctp_lib_locations))