diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-23 17:56:26 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-23 17:56:26 +0000 |
commit | 85be5dd29ece90934d1328062d15755f8e1c2d6b (patch) | |
tree | 8998e3b588d80742b9b6287e5a47a07ad66cd2b6 /libnet/libnet_1.1.0.oe | |
parent | 7be6af9c04fb2909e8e8917a24e8d486628648f2 (diff) |
Ugh, libnet maintainers replaced a tarball -in place- and made a bunch of changes, thereby breaking the libnet 1.1 build. fixed.
BKrev: 3fe881caJF-tIGgN5C3E7tTfd236gg
Diffstat (limited to 'libnet/libnet_1.1.0.oe')
-rw-r--r-- | libnet/libnet_1.1.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/libnet_1.1.0.oe b/libnet/libnet_1.1.0.oe index af6bea963e..862ceaa32c 100644 --- a/libnet/libnet_1.1.0.oe +++ b/libnet/libnet_1.1.0.oe @@ -3,7 +3,7 @@ RDEPENDS = libc6 SRC_URI := http://www.packetfactory.net/libnet/dist/libnet.tar.gz \ file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/Libnet-latest +S := ${WORKDIR}/libnet inherit autotools |