diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-16 20:39:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-16 20:39:43 +0000 |
commit | 1369211ac6cdee1ab8aa64c0020a5d52f8540c39 (patch) | |
tree | c9aa37f13989b720619d3de4bd961203b4116fd1 /content/zlib-1.1.4.oe | |
parent | d3aa25dd28cb8ae476872f38abf60333712c9cc7 (diff) |
Updates to .oe's to utilize the autotools oeclass, and removal of unnecessary 'set -e's now that its default.
BKrev: 3f67750f7hz7fa_5DclmHoTZT7vW3Q
Diffstat (limited to 'content/zlib-1.1.4.oe')
-rw-r--r-- | content/zlib-1.1.4.oe | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/zlib-1.1.4.oe b/content/zlib-1.1.4.oe index 5c738347f4..178874367f 100644 --- a/content/zlib-1.1.4.oe +++ b/content/zlib-1.1.4.oe @@ -14,7 +14,6 @@ export CFLAGS:="-fPIC ${CFLAGS}" export AR:="${AR} rc" do_compile() { - set -e ./configure --prefix=${prefix} --exec_prefix=${exec_prefix} --shared --libdir=${libdir} --includedir=${includedir} oe_runmake libz.so.1.1.4 libz.a } |