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 / pure-ftpd / 0001-cross.patch
1 Do not include host paths when cross-compiling.
2
3 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
4
5 diff -uNr pure-ftpd-1.0.36.org/configure pure-ftpd-1.0.36/configure
6 --- pure-ftpd-1.0.36.org/configure      2012-03-16 06:29:23.000000000 +0100
7 +++ pure-ftpd-1.0.36/configure  2014-09-28 19:55:56.650529713 +0200
8 @@ -6319,17 +6319,6 @@
9  
10  
11  
12 -if test -d /usr/local/include; then
13 -  CPPFLAGS="$CPPFLAGS -I/usr/local/include"
14 -fi
15 -
16 -if test -d /usr/kerberos/include; then
17 -  CPPFLAGS="$CPPFLAGS -I/usr/kerberos/include"
18 -fi
19 -
20 -if test -d /usr/local/lib; then
21 -  LDFLAGS="$LDFLAGS -L/usr/local/lib"
22 -fi
23  
24  if uname | fgrep SunOS > /dev/null 2> /dev/null ; then
25    CPPFLAGS="$CPPFLAGS -D_XPG4_2=1"