Bug#546043: noopt flag not working?

Laurent Bigonville bigon at debian.org
Thu Sep 10 21:26:19 UTC 2009


Package: libhildon
Version: 2.1.34.debian.1-5

Hi,

It looks like there is a mistake in the debian/rules file


--- libhildon-2.1.34.debian.1/debian/rules
+++ libhildon-2.1.34.debian.1/debian/rules
@@ -33,6 +36,9 @@

 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
        configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
+endif
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+       CFLAGS += -O0
 else
        CFLAGS += -O2
 endif

Regards

Laurent Bigonville





More information about the pkg-maemo-maintainers mailing list