[Pkg-voip-commits] [pjproject] 01/42: Add IPv6 support through a config_site.h file

tzafrir at debian.org tzafrir at debian.org
Sat Nov 1 17:13:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master-2.3
in repository pjproject.

commit a15b4e65f02485a5747de7c0c7c075e6884ec307
Author: Tzafrir Cohen <tzafrir at debian.org>
Date:   Fri Feb 14 11:52:07 2014 +0200

    Add IPv6 support through a config_site.h file
---
 debian/clean         | 1 +
 debian/config_site.h | 3 +++
 debian/rules         | 1 +
 3 files changed, 5 insertions(+)

diff --git a/debian/clean b/debian/clean
index 451a41f..86a8050 100644
--- a/debian/clean
+++ b/debian/clean
@@ -5,6 +5,7 @@ config.log
 config.status
 pjlib-util/build/os-auto.mak
 pjlib/build/os-auto.mak
+pjlib/include/config_site.h
 pjlib/include/pj/compat/m_auto.h
 pjlib/include/pj/compat/os_auto.h
 pjmedia/build/os-auto.mak
diff --git a/debian/config_site.h b/debian/config_site.h
new file mode 100644
index 0000000..e94ab7d
--- /dev/null
+++ b/debian/config_site.h
@@ -0,0 +1,3 @@
+#ifndef _CONFIG_SITE_H_
+#define PJMEDIA_HAS_VIDEO	1
+#endif /* _CONFIG_SITE_H_ */
diff --git a/debian/rules b/debian/rules
index 904112e..6555a55 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ override_dh_auto_clean:
 	if test -f build.mak; then make distclean; fi
 
 override_dh_auto_configure:
+	cp debian/config_site.h pjlib/include/
 ifneq (,$(wildcard third-party/ilbc/iLBC_decode.c))
 	# Sanity check for one of the third party libraries we need to
 	# remove from the source tree

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/pjproject.git



More information about the Pkg-voip-commits mailing list