From a897bb17e74ff73b9ee19ace0ef62466030ab6e6 Mon Sep 17 00:00:00 2001 From: bustico Date: Thu, 27 Jan 2011 12:26:11 +0000 Subject: correct OSX Makefile to set correct dylib path on executable at install correct broadcast adress for loopback (not the same beetween linux/windows and osx) --- src/Makefile.osx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.osx') diff --git a/src/Makefile.osx b/src/Makefile.osx index 4043935..5755b3b 100644 --- a/src/Makefile.osx +++ b/src/Makefile.osx @@ -136,6 +136,9 @@ installbins: tools test -d $(DESTDIR)$(PREFIX)/bin || mkdir -p $(DESTDIR)$(PREFIX)/bin install -m755 $(TOOLS_DIR)/ivyprobe $(DESTDIR)$(PREFIX)/bin install -m755 $(TOOLS_DIR)/ivyperf $(DESTDIR)$(PREFIX)/bin + install_name_tool -change libivy.dylib $(DESTDIR)$(PREFIX)/lib/libivy.dylib $(DESTDIR)$(PREFIX)/bin/ivyprobe + install_name_tool -change libivy.dylib $(DESTDIR)$(PREFIX)/lib/libivy.dylib $(DESTDIR)$(PREFIX)/bin/ivyperf + tools: static-libs @(cd $(TOOLS_DIR) && $(MAKE) -f Makefile.osx) -- cgit v1.1