mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Fix build issues...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -40,6 +40,7 @@ func_odbc.so: func_odbc.o
|
||||
|
||||
install: all
|
||||
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
|
||||
rm -f $(DESTDIR)$(MODULES_DIR)/pbx_functions.so
|
||||
|
||||
uninstall:
|
||||
|
||||
|
@@ -22,7 +22,7 @@ else
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(NOCRYPTO),yes)
|
||||
ifeq ($(NOCRYPTO),yes)
|
||||
MODS:=$(filter-out res_crypto.so,$(MODS))
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user