summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-07-04 14:49:59 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-07-04 14:49:59 +0000
commitb1cb82f44beea6788b90df7eaa5739b31ba66c26 (patch)
treea3b348601a06d78ef6456b2f40a01bc6baa6bb17
parenta7c8b70303f0c096e2793c8b495801098e4d24bf (diff)
downloadillumos-packaging-b1cb82f44beea6788b90df7eaa5739b31ba66c26.tar.gz
Do not built python modules
-rw-r--r--onbld/debian/patches/no-python.patch16
-rw-r--r--onbld/debian/patches/series1
2 files changed, 17 insertions, 0 deletions
diff --git a/onbld/debian/patches/no-python.patch b/onbld/debian/patches/no-python.patch
new file mode 100644
index 0000000..f2a1461
--- /dev/null
+++ b/onbld/debian/patches/no-python.patch
@@ -0,0 +1,16 @@
+Description: Do not build Python modules
+ We will install them in debian/rules to proper location
+ and for proper Python versions.
+
+Index: onbld/illumos-gate/usr/src/tools/Makefile
+===================================================================
+--- onbld.orig/illumos-gate/usr/src/tools/Makefile 2012-06-26 00:14:27.000000000 +0000
++++ onbld/illumos-gate/usr/src/tools/Makefile 2012-07-04 14:47:06.852293039 +0000
+@@ -40,7 +40,6 @@
+ env \
+ findunref \
+ ndrgen \
+- onbld \
+ pmodes \
+ gk \
+ install.bin \
diff --git a/onbld/debian/patches/series b/onbld/debian/patches/series
index 55e41fa..987fa7d 100644
--- a/onbld/debian/patches/series
+++ b/onbld/debian/patches/series
@@ -4,3 +4,4 @@ use-intptr_t.patch
use-system-libdwarf.patch
gnu-ld.patch
ndrgen.bison.patch
+no-python.patch