Skip to content
Snippets Groups Projects
Commit 59990fc9 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix build issues...

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9988 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 6255f762
Branches
Tags
No related merge requests found
...@@ -40,6 +40,7 @@ func_odbc.so: func_odbc.o ...@@ -40,6 +40,7 @@ func_odbc.so: func_odbc.o
install: all install: all
for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done for x in $(MODS); do $(INSTALL) -m 755 $$x $(DESTDIR)$(MODULES_DIR) ; done
rm -f $(DESTDIR)$(MODULES_DIR)/pbx_functions.so
uninstall: uninstall:
......
...@@ -22,7 +22,7 @@ else ...@@ -22,7 +22,7 @@ else
endif endif
endif endif
ifneq ($(NOCRYPTO),yes) ifeq ($(NOCRYPTO),yes)
MODS:=$(filter-out res_crypto.so,$(MODS)) MODS:=$(filter-out res_crypto.so,$(MODS))
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment