summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-23 14:11:02 +0000
committerLeon Woestenberg <leon.woestenberg@gmail.com>2007-05-23 14:11:02 +0000
commitbefb90e47d84958b82732460c2b3de38982bde8e (patch)
tree7d738702c32dea51dde8fcba5e2df775cadf5b34
parent44e10367f2ef64428e1ce6e4534814d91f531eb1 (diff)
libcap: Fix uclibc support.
-rw-r--r--packages/libcap/libcap_1.10.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/libcap/libcap_1.10.bb b/packages/libcap/libcap_1.10.bb
index a7e1068f49..172acaca6e 100644
--- a/packages/libcap/libcap_1.10.bb
+++ b/packages/libcap/libcap_1.10.bb
@@ -3,12 +3,14 @@ PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
+PR = "r1"
CFLAGS_append = " -I${S}/libcap/include"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/security/linux-privs/kernel-2.4/${PN}-${PV}.tar.bz2 \
file://makenames.patch;patch=1 \
- file://make.patch;patch=1 "
+ file://make.patch;patch=1 \
+ file://syscall.patch;patch=1"
FILES_${PN} = "${libdir}"
FILES_${PN}-dev = "${includedir}"