summaryrefslogtreecommitdiffstats
path: root/meta/packages/util-linux/files/make_include
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-11 11:08:20 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-11 11:08:20 +0000
commitc917bf85ab4229246c87aef2cbd4669adb36fd92 (patch)
tree3f702b3558039d9495b429b69911f54694ba77fc /meta/packages/util-linux/files/make_include
parent5fc01adae4a49cfd0754e53962fd1e4913a6220f (diff)
downloadpoky-c917bf85ab4229246c87aef2cbd4669adb36fd92.tar.gz
util-linux: added 2.12r from OE (needed by fakeroot)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1478 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/util-linux/files/make_include')
-rw-r--r--meta/packages/util-linux/files/make_include17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/util-linux/files/make_include b/meta/packages/util-linux/files/make_include
new file mode 100644
index 0000000000..e6abcd91f7
--- /dev/null
+++ b/meta/packages/util-linux/files/make_include
@@ -0,0 +1,17 @@
1VERSION=2.12
2CC=gcc
3CFLAGS=
4LDFLAGS=
5HAVE_OLD_GCC=yes
6HAVE_RAW_H=yes
7HAVE_NCURSES=yes
8CURSESFLAGS=-DNCH=1
9LIBCURSES=-lncurses
10HAVE_TERMCAP=no
11NEED_LIBCRYPT=yes
12FOREIGN = --foreign-user
13HAVE_XGETTEXT=yes
14HAVE_OPENPTY=yes
15HAVE_PIVOT_ROOT=yes
16HAVE_GOOD_RPC=yes
17HAVE_ZLIB=yes