diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-21 18:27:14 +0000 |
commit | e9b171e0738c2acef0650328b7f2e1ae7cdc55cc (patch) | |
tree | 8afdd2f094195bb88a7a9636f5b9bd9f53ebb492 /liblockfile | |
parent | acea8d73cb0c72991690d488915e426bf7e46675 (diff) |
Numerous build fixes from an oemake -a run, including two more fixes for libtool 'libdir from .la file leaking into library search path' situations.
BKrev: 3fbe5902eywlLRHkRQ1FaDS5C01-jg
Diffstat (limited to 'liblockfile')
-rw-r--r-- | liblockfile/liblockfile-1.05/ldflags.patch | 0 | ||||
-rw-r--r-- | liblockfile/liblockfile_1.05.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/liblockfile/liblockfile-1.05/ldflags.patch b/liblockfile/liblockfile-1.05/ldflags.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/liblockfile/liblockfile-1.05/ldflags.patch diff --git a/liblockfile/liblockfile_1.05.oe b/liblockfile/liblockfile_1.05.oe index 0f9fe563a2..7e054f1ccd 100644 --- a/liblockfile/liblockfile_1.05.oe +++ b/liblockfile/liblockfile_1.05.oe @@ -2,8 +2,9 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI = ${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ - file:/${FILESDIR}/install.patch;patch=1 \ - file:/${FILESDIR}/configure.patch;patch=1 + file://${FILESDIR}/install.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/ldflags.patch;patch=1 inherit autotools |