SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
telephony/kamailio/patches/patch-src_Makefile_rules
Normal file
12
telephony/kamailio/patches/patch-src_Makefile_rules
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: src/Makefile.rules
|
||||
--- src/Makefile.rules.orig
|
||||
+++ src/Makefile.rules
|
||||
@@ -44,7 +44,7 @@ ALLDEP+=makecfg.lst
|
||||
crt_type=$(if $(MOD_NAME),M,$(if $(LIB_NAME),L,$(if $(UTIL_NAME),U)))
|
||||
|
||||
cmd_CC=$(CC) $(CFLAGS) $(C_INCLUDES) $(INCLUDES) $(C_DEFS) $(DEFS) -c $< -o $@
|
||||
-cmd_LD=$(LD) $(LDFLAGS) $(objs) $(extra_objs) $(ALL_LIBS) $(SER_RPATH) \
|
||||
+cmd_LD=$(LD) $(LDFLAGS) -lm $(objs) $(extra_objs) $(ALL_LIBS) $(SER_RPATH) \
|
||||
-o $(NAME)
|
||||
|
||||
ifeq (,$(CC_MKDEP_OPTS))
|
Loading…
Add table
Add a link
Reference in a new issue