libinklevel: fix configure patch to define HOST_OS, otherwise the .so ends up without...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Dec 2010 04:19:20 +0000 (04:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 15 Dec 2010 04:19:20 +0000 (04:19 +0000)
SVN-Revision: 24584

libs/libinklevel/patches/001-configure.patch

index d399b5ad04083d5c4ab5c10b72be8f3098f872a3..8fda561374f7c855475b0942be15a2d13c8b19f0 100644 (file)
  
  ## Check for mandatory header files
  
-@@ -95,15 +95,6 @@ AC_TYPE_UINT32_T
+@@ -95,15 +95,7 @@ AC_TYPE_UINT32_T
  AC_TYPE_UINT8_T
  AC_DEFINE_UNQUOTED(LINUX,1,[Define value for Linux OS])
  AC_DEFINE_UNQUOTED(OPENSOLARIS,2,[Define value for OpenSolaris OS])
 -  *-*-solaris2.*) AC_DEFINE(HOST_OS,OPENSOLARIS,[HOST OS]);;
 -  *-*-*) AC_MSG_ERROR( Host OS not (yet) supported) ;;
 -esac
++AC_DEFINE_UNQUOTED(HOST_OS,LINUX,[Host OS])
  
  ## Variables to be exported