diff options
| -rw-r--r-- | meta/recipes-support/libcap/libcap_2.25.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.25.bb b/meta/recipes-support/libcap/libcap_2.25.bb index 8f3f11e5e6..7ced4be626 100644 --- a/meta/recipes-support/libcap/libcap_2.25.bb +++ b/meta/recipes-support/libcap/libcap_2.25.bb | |||
| @@ -47,12 +47,12 @@ EXTRA_OEMAKE_append_class-target = " SYSTEM_HEADERS=${STAGING_INCDIR}" | |||
| 47 | CFLAGS += "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" | 47 | CFLAGS += "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" |
| 48 | 48 | ||
| 49 | do_compile() { | 49 | do_compile() { |
| 50 | oe_runmake ${EXTRA_OECONF} | 50 | oe_runmake ${PACKAGECONFIG_CONFARGS} |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | do_install() { | 53 | do_install() { |
| 54 | oe_runmake install \ | 54 | oe_runmake install \ |
| 55 | ${EXTRA_OECONF} \ | 55 | ${PACKAGECONFIG_CONFARGS} \ |
| 56 | DESTDIR="${D}" \ | 56 | DESTDIR="${D}" \ |
| 57 | prefix="${prefix}" \ | 57 | prefix="${prefix}" \ |
| 58 | SBINDIR="${sbindir}" | 58 | SBINDIR="${sbindir}" |
