diff options
-rw-r--r-- | fakeroot/fakeroot-native_0.9.0.oe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fakeroot/fakeroot-native_0.9.0.oe b/fakeroot/fakeroot-native_0.9.0.oe index bf113e7380..a1b91282ef 100644 --- a/fakeroot/fakeroot-native_0.9.0.oe +++ b/fakeroot/fakeroot-native_0.9.0.oe @@ -3,6 +3,8 @@ inherit native S = ${WORKDIR}/fakeroot-${PV} +EXTRA_OECONF = "--program-prefix= " + do_stage_append () { install -d ${STAGING_LIBDIR}/libfakeroot oe_soinstall ${S}/.libs/libfakeroot.so.0.0.1 ${STAGING_LIBDIR}/libfakeroot |