SUNWPython26.spec
changeset 16987 2a2f147449c2
parent 16843 c28e4faeb83f
child 17065 71eeb9bbac92
--- a/SUNWPython26.spec	Thu Nov 19 07:23:47 2009 +0000
+++ b/SUNWPython26.spec	Thu Nov 19 14:30:19 2009 +0000
@@ -74,6 +74,8 @@
 # PSARC/2009/529 Python interface to privileges(5) & rbac(5)
 # written by [email protected]
 Patch16:		 Python26-16-privrbac.diff
+# date:2009-11-19 owner:chrisk type:bug
+Patch17:		 Python26-17-disable-netpacket_h.diff
 
 %include default-depend.inc
 BuildRequires: SUNWTk
@@ -124,6 +126,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 cd ..
 
 echo fixing python binary name/path in python scripts:
@@ -393,6 +396,10 @@
 %{_libdir}/python?.?/py[cC][cC]
 
 %changelog
+* Thu Nov 19 2009 - [email protected]
+- Add Python26-17-disable-netpacket_h. SUNWpacketh delivers 
+  /usr/include/netpacket/packet.h which is incompatible with this version of 
+  Python. Patch disables use of packet.h.
 * Mon Aug 31 2009 - [email protected]
 - add patch getcwd.diff, fixes 6816108 and setting CCSHARED to -KPIC -zignore
   fixes 6871151