diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 11:30:38 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-25 11:30:38 +0000 |
| commit | 52b64ddf61a38940e5ae7675f9dfedc3253e39cc (patch) | |
| tree | 638410e3a8fa54dcf643333f0f34204920636ca6 /meta/packages/apmd/apmd-3.2.2/unlinux.patch | |
| parent | 32d6f2166fa25c41a3faf54c18120ac12f3540d7 (diff) | |
| download | poky-52b64ddf61a38940e5ae7675f9dfedc3253e39cc.tar.gz | |
apmd: sync with OE (removal of /usr/src/linux include dirs)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2958 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/apmd/apmd-3.2.2/unlinux.patch')
| -rw-r--r-- | meta/packages/apmd/apmd-3.2.2/unlinux.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/apmd/apmd-3.2.2/unlinux.patch b/meta/packages/apmd/apmd-3.2.2/unlinux.patch new file mode 100644 index 0000000000..f7eec6eb03 --- /dev/null +++ b/meta/packages/apmd/apmd-3.2.2/unlinux.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | --- apmd-3.2.2.orig/Makefile | ||
| 2 | +++ apmd-3.2.2/Makefile | ||
| 3 | @@ -43,8 +43,7 @@ | ||
| 4 | |||
| 5 | CC=gcc | ||
| 6 | CFLAGS=-O -g | ||
| 7 | -XTRACFLAGS=-Wall -pipe -I. -I/usr/src/linux/include \ | ||
| 8 | - -I/usr/src/linux-2.2/include -I /usr/src/linux-2.0/include \ | ||
| 9 | +XTRACFLAGS=-Wall -pipe -I. \ | ||
| 10 | -DVERSION=\"$(VERSION)\" \ | ||
| 11 | -DDEFAULT_PROXY_NAME=\"$(PROXY_DIR)/apmd_proxy\" | ||
| 12 | LDFLAGS= | ||
