r12810 - in /trunk/libastro-fits-cfitsio-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Jan 16 11:48:56 UTC 2008


Author: dmn
Date: Wed Jan 16 11:48:55 2008
New Revision: 12810

URL: http://svn.debian.org/wsvn/?sc=1&rev=12810
Log:
* fix adding -ffunction-sections to CFLAGS on hppa

Modified:
    trunk/libastro-fits-cfitsio-perl/debian/changelog
    trunk/libastro-fits-cfitsio-perl/debian/rules

Modified: trunk/libastro-fits-cfitsio-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libastro-fits-cfitsio-perl/debian/changelog?rev=12810&op=diff
==============================================================================
--- trunk/libastro-fits-cfitsio-perl/debian/changelog (original)
+++ trunk/libastro-fits-cfitsio-perl/debian/changelog Wed Jan 16 11:48:55 2008
@@ -11,6 +11,7 @@
     + add stamps and fix target dependencies
     + drop unused dh_installdirs and dh_link
     + use "$@" when touching stamps
+  * fix adding -ffunction-sections to CFLAGS on hppa
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:17 +0200
 

Modified: trunk/libastro-fits-cfitsio-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libastro-fits-cfitsio-perl/debian/rules?rev=12810&op=diff
==============================================================================
--- trunk/libastro-fits-cfitsio-perl/debian/rules (original)
+++ trunk/libastro-fits-cfitsio-perl/debian/rules Wed Jan 16 11:48:55 2008
@@ -25,7 +25,7 @@
 DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 ifeq ($(DEB_HOST_ARCH),hppa)
-OPTIMIZE += -ffunction-sections
+CFLAGS += -ffunction-sections
 endif
 
 configure: configure-stamp




More information about the Pkg-perl-cvs-commits mailing list