[SCM] crtmpserver/master: Update debian build rules.

jet-guest at users.alioth.debian.org jet-guest at users.alioth.debian.org
Wed Mar 21 10:45:20 UTC 2012


The following commit has been merged in the master branch:
commit 26d709453547960452e344730eb744926680f716
Author: Andriy Beregovenko <jet at jet.kiev.ua>
Date:   Wed Mar 21 12:40:07 2012 +0200

    Update debian build rules.
    
    Update debian build rules to set path to constants dir as parameter
    of CMake execution.

diff --git a/debian/rules b/debian/rules
index 4a55187..fefa990 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ DEB_UPSTREAM_VERSION := $(shell echo $(DEB_PACKAGE_VERSION) | cut -d '-' -f 1 |
 DEB_CONFIGURE_FLAGS = \
 			-DCRTMPSERVER_INSTALL_PREFIX=/usr \
 			-DTEMP_FRAMEWORK_VER="$(DEB_UPSTREAM_VERSION)" \
-			-DCRTMPSERVER_SOURCES_ROOT=$(CURDIR)
+			-DCRTMPSERVER_SOURCES_ROOT=$(CURDIR) \
+			-DCRTMPSERVER_CONSTANTS_ROOT=$(CURDIR)/constants
 
 
 %:

-- 
crtmpserver packaging



More information about the pkg-multimedia-commits mailing list