diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-07 20:51:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-07 20:51:14 +0000 |
commit | 7fed31ddb0a5826d5b22d1476ff31db19cdc48c1 (patch) | |
tree | 77a772ab6978b1478f92308fb737503099b2e8eb /meta/packages/libnl/files | |
parent | fd700bb7d3b7d2642566fa37f59a8ca7766e5c62 (diff) | |
download | openembedded-core-7fed31ddb0a5826d5b22d1476ff31db19cdc48c1.tar.gz openembedded-core-7fed31ddb0a5826d5b22d1476ff31db19cdc48c1.tar.bz2 openembedded-core-7fed31ddb0a5826d5b22d1476ff31db19cdc48c1.zip |
Move libnl from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3716 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libnl/files')
-rw-r--r-- | meta/packages/libnl/files/local-includes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/libnl/files/local-includes.patch b/meta/packages/libnl/files/local-includes.patch new file mode 100644 index 0000000000..5af463004b --- /dev/null +++ b/meta/packages/libnl/files/local-includes.patch @@ -0,0 +1,11 @@ +--- libnl-1.0-pre6/Makefile.opts.in.orig 2006-08-24 14:57:42.000000000 +0200 ++++ libnl-1.0-pre6/Makefile.opts.in 2006-08-24 14:58:20.000000000 +0200 +@@ -10,7 +10,7 @@ + # + + CC := @CC@ +-CFLAGS := @CFLAGS@ ++CFLAGS := -I./include -I. -I../include @CFLAGS@ + LDFLAGS := @LDFLAGS@ + CPPFLAGS := @CPPFLAGS@ + PACKAGE_NAME := @PACKAGE_NAME@ |