diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-21 22:16:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-21 22:16:26 +0000 |
commit | 64f88cf7f3cf30fb9e119b14ad1394574ba286d9 (patch) | |
tree | 91383592ec81db1be78beeaca982c7adf15e14c9 /fakeroot | |
parent | 23a25a05f2cdb743800803084e086157699177a0 (diff) |
Correct program-prefix for fakeroot and ncurses, and add a necessary define for libnet 1.0.2.
BKrev: 3f95b03a4rV7MGroVqGzGUMry2Rxxg
Diffstat (limited to 'fakeroot')
-rw-r--r-- | fakeroot/fakeroot_0.7.8.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fakeroot/fakeroot_0.7.8.oe b/fakeroot/fakeroot_0.7.8.oe index e69de29bb2..84445b18c6 100644 --- a/fakeroot/fakeroot_0.7.8.oe +++ b/fakeroot/fakeroot_0.7.8.oe @@ -0,0 +1,6 @@ +SRC_URI := ${DEBIAN_MIRROR}/main/f/fakeroot/${PN}_${PV}.tar.gz +S = ${WORKDIR}/${P} + +inherit autotools libtool + +EXTRA_OECONF = --program-prefix= |