Browse Source

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 years ago
parent
commit
f2f8ff7213
1 changed files with 1 additions and 0 deletions
  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))