patch-makefile.defs
来自「性能优秀的SIP Proxy」· DEFS 代码 · 共 35 行
DEFS
35 行
--- Makefile.defs.orig Wed Mar 15 12:38:03 2006+++ Makefile.defs Wed Mar 15 13:19:16 2006@@ -167,13 +167,13 @@ TAR ?= tar endif -INSTALL-TOUCH = touch # used to create the file first (good to - # make solaris install work)-INSTALL-CFG = $(INSTALL) -m 644-INSTALL-BIN = $(INSTALL) -m 755-INSTALL-MODULES = $(INSTALL) -m 755-INSTALL-DOC = $(INSTALL) -m 644-INSTALL-MAN = $(INSTALL) -m 644+INSTALL-TOUCH = : # used to create the file first (good to+ # make solaris install work)+INSTALL-CFG = $(BSD_INSTALL_DATA)+INSTALL-BIN = $(BSD_INSTALL_PROGRAM)+INSTALL-MODULES = $(BSD_INSTALL_PROGRAM)+INSTALL-DOC = $(BSD_INSTALL_DATA)+INSTALL-MAN = $(BSD_INSTALL_MAN) #set some vars from the environment (and not make builtins) CC := $(shell echo "$${CC}")@@ -1123,8 +1123,8 @@ #add libssl if needed ifneq ($(TLS),)-DEFS+= -I$(LOCALBASE)/ssl/include-LIBS+= -L$(LOCALBASE)/lib -L$(LOCALBASE)/ssl/lib -lssl -lcrypto+DEFS+= -I$(OPENSSLINC)+LIBS+= -L$(OPENSSLLIB) -lssl -lcrypto endif ifneq ($(found_lock_method), yes)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?