mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
Move libnl from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3716 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
11
meta/packages/libnl/files/local-includes.patch
Normal file
11
meta/packages/libnl/files/local-includes.patch
Normal file
@@ -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@
|
||||
Reference in New Issue
Block a user