mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
fig PKG_CONFIG_PATH to find glib
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5076 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
372bec6e31
commit
8ed29d0bdf
@ -36,5 +36,5 @@ $(GLIB_DIR):
|
||||
$(MONO_DIR):
|
||||
$(GETLIB) $(MONO).tar.gz
|
||||
export PATH=$(PATH):$(PREFIX)/bin/
|
||||
cd $(MONO_DIR) && ./configure $(DEFAULT_ARGS) --with-pic --with-gc=boehm --with-preview=yes --without-sigaltstack
|
||||
cd $(MONO_DIR) && PKG_CONFIG_PATH=$(GLIB_DIR) ./configure $(DEFAULT_ARGS) --with-pic --with-gc=boehm --with-preview=yes --without-sigaltstack
|
||||
cd $(MONO_DIR) && $(MAKE) install
|
||||
|
Loading…
x
Reference in New Issue
Block a user