diff options
Diffstat (limited to 'packages/hugs')
-rw-r--r-- | packages/hugs/hugs_hugs98-Nov2003.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hugs/hugs_hugs98-Nov2003.bb b/packages/hugs/hugs_hugs98-Nov2003.bb index 9ad5247375..0269e7c4cb 100644 --- a/packages/hugs/hugs_hugs98-Nov2003.bb +++ b/packages/hugs/hugs_hugs98-Nov2003.bb @@ -3,7 +3,7 @@ SRC_URI = "http://cvs.haskell.org/Hugs/downloads/Nov2003/${PV}.tar.gz \ file://hugs.desktop \ file://hugs.png" LICENSE = "BSD" -PR = "r1" +PR = "r2" S = "${WORKDIR}/${PV}/src/unix" @@ -12,7 +12,7 @@ inherit autotools # disable STRIP as the generated Makefile falsely call arm-linux-strip # on compiling which leads to abortion of the compile # we strip manually anyway so disabling it here is 'ok' -EXTRA_OECONF = "--enable-debug --disable-ffi STRIP=true" +EXTRA_OECONF = "--disable-ffi STRIP=true" do_configure() { oe_runconf |