mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
Fix building Asterisk when the working path has spaces in it.
(closes issue #11834) Reported by: spendergrass Patched by: me git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@100882 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -87,7 +87,7 @@ ASTLDFLAGS+=$(LDOPTS)
|
|||||||
# Create OPTIONS variable
|
# Create OPTIONS variable
|
||||||
OPTIONS=
|
OPTIONS=
|
||||||
|
|
||||||
ASTTOPDIR:=$(shell pwd)
|
ASTTOPDIR:=$(shell pwd | sed -e 's/ /\\ /g')
|
||||||
|
|
||||||
# Overwite config files on "make samples"
|
# Overwite config files on "make samples"
|
||||||
OVERWRITE=y
|
OVERWRITE=y
|
||||||
|
|||||||
Reference in New Issue
Block a user