net/iodine: import from old packages

No further changes.
This commit is contained in:
Uwe Kleine-König
2014-07-21 21:08:33 +02:00
parent 65718af1fc
commit f22fc16043
4 changed files with 119 additions and 0 deletions
@@ -0,0 +1,22 @@
--- a/src/osflags
+++ b/src/osflags
@@ -16,9 +16,6 @@ link)
windows32)
echo '-lws2_32 -liphlpapi';
;;
- Linux)
- [ -e /usr/include/selinux/selinux.h ] && echo '-lselinux';
- ;;
esac
;;
cflags)
@@ -26,9 +23,6 @@ cflags)
BeOS)
echo '-Dsocklen_t=int';
;;
- Linux)
- [ -e /usr/include/selinux/selinux.h ] && echo '-DHAVE_SETCON';
- ;;
esac
;;
*)