ldconfig-native: set $S to proper value

This commit is contained in:
Marcin Juszkiewicz 2009-02-23 11:32:32 +01:00
parent 2b91ffc371
commit 2a643be89d

View File

@ -5,6 +5,8 @@ SRC_URI = "file://ldconfig-native-2.5.tar.bz2 \
inherit native
S = "${WORKDIR}/${P}"
do_compile () {
$CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig
}