projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9067467
)
libinklevel: fix configure patch to define HOST_OS, otherwise the .so ends up without...
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 15 Dec 2010 04:19:20 +0000
(
04:19
+0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/libs/libinklevel/patches/001-configure.patch
b/libs/libinklevel/patches/001-configure.patch
index d399b5ad04083d5c4ab5c10b72be8f3098f872a3..8fda561374f7c855475b0942be15a2d13c8b19f0 100644
(file)
--- a/
libs/libinklevel/patches/001-configure.patch
+++ b/
libs/libinklevel/patches/001-configure.patch
@@
-256,7
+256,7
@@
## 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])
@@
-269,6
+269,7
@@
- *-*-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