Added BareSIP

This commit is contained in:
Michael Raskin
2012-09-24 21:03:02 +04:00
parent e9315d4a1c
commit 732811700a
7 changed files with 120 additions and 2 deletions
+6 -2
View File
@@ -27,8 +27,12 @@ rec {
inherit buildInputs;
/* doConfigure should be removed if not needed */
phaseNames = ["doConfigure" "doMakeInstall"];
phaseNames = ["setVars" "doConfigure" "doMakeInstall"];
setVars = a.fullDepEntry ''
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -fPIC"
'' ["minInit"];
meta = {
description = "Secure RTP";
maintainers = with a.lib.maintainers;