add missing struct.h header file Related: #603243

This commit is contained in:
Jan Šafránek 2010-06-16 12:18:54 +00:00
parent 4c2c398852
commit d4416d317f
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,15 @@
603243: include struct.h in installed -devel files
diff -up net-snmp-5.5/agent/Makefile.in.orig net-snmp-5.5/agent/Makefile.in
--- net-snmp-5.5/agent/Makefile.in.orig 2010-06-16 13:48:48.000000000 +0200
+++ net-snmp-5.5/agent/Makefile.in 2010-06-16 14:02:36.000000000 +0200
@@ -44,7 +44,7 @@ INSTALLBUILTSUBDIRHEADERS=../include/net
INSTALLBUILTSUBDIR=agent
INCLUDEMIBGROUPDIR=agent/mibgroup
-INCLUDEMIBGROUPDIRHEADERS=util_funcs.h
+INCLUDEMIBGROUPDIRHEADERS=util_funcs.h struct.h
OTHERINSTALL=installmibgroupheaders @EMBEDPERLINSTALL@
OTHERUNINSTALL=@EMBEDPERLUNINSTALL@

View File

@ -34,6 +34,7 @@ Patch5: net-snmp-5.5-udptable-index.patch
Patch6: net-snmp-5.5-missing-bcast.patch
Patch7: net-snmp-5.5-tcp-pid.patch
Patch8: net-snmp-5.5-test-tmpdir.patch
Patch9: net-snmp-5.5-include-struct.patch
Requires(post): chkconfig
Requires(preun): chkconfig
@ -166,6 +167,7 @@ Net-SNMP toolkit library.
%patch7 -p1 -b .tcp-pid
# no backup of this one, it would break tests!
%patch8 -p1
%patch9 -p1 -b .include-struct
%build
MIBS="host agentx smux \
@ -416,7 +418,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog
* Wed Jun 16 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-13
- add missing include files from util_funcs directory (#603243)
- add missing header files from util_funcs directory (#603243)
* Tue Feb 2 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.5-12
- store temporary files in /var/run/net-snmp instead of /tmp -