Module: kamailio Branch: 4.3 Commit: 96ffc362f1acdf8ae22f833e3c9fb0e1a675e5d1 URL: https://github.com/kamailio/kamailio/commit/96ffc362f1acdf8ae22f833e3c9fb0e1a675e5d1
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2015-07-27T12:31:14+02:00 Makefile.defs: separate RUNBASEDIR from BASEDIR - not sharing same purpose, a common value can still be forced via DESTDIR (cherry picked from commit 747c3284c6eb31fab3b143c4217c84aa29fb9ca5) --- Modified: Makefile.defs --- Diff: https://github.com/kamailio/kamailio/commit/96ffc362f1acdf8ae22f833e3c9fb0e1a675e5d1.diff Patch: https://github.com/kamailio/kamailio/commit/96ffc362f1acdf8ae22f833e3c9fb0e1a675e5d1.patch --- diff --git a/Makefile.defs b/Makefile.defs index c3d51e4..3e7f726 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -434,7 +434,8 @@ doxygen_dir=doc/doxygen BASEDIR ?= $(DESTDIR) basedir = $(BASEDIR) -runbasedir = $(BASEDIR) +RUNBASEDIR ?= $(DESTDIR) +runbasedir = $(RUNBASEDIR) # install location PREFIX ?= $(LOCALBASE) _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
