The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsemanage / 0001-execption-lib-path-fix.patch
1 Patch to correct a missing header file issue.
2
3 Signed-off-by Clayton Shotwell <clshotwe@rockwellcollins.com>
4
5 --- a/src/exception.sh  2011-12-21 11:46:04.000000000 -0600
6 +++ b/src/exception.sh  2012-08-27 11:29:58.000000000 -0500
7 @@ -9,6 +9,6 @@
8  }
9  "
10  }
11 -gcc -x c -c - -aux-info temp.aux < ../include/semanage/semanage.h
12 +gcc -x c -c - -aux-info temp.aux -I../include < ../include/semanage/semanage.h
13  for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
14  rm -f -- temp.aux -.o