[Pkg-lyx-devel] svn commit: r523 - in /lyx/branches/lyx-1.6/debian: changelog rules
pelle at users.alioth.debian.org
pelle at users.alioth.debian.org
Wed Jul 23 22:30:14 UTC 2008
Author: pelle
Date: Wed Jul 23 22:30:14 2008
New Revision: 523
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=523
Log:
Remove the -ffunction-sections workaround on hppa and let's hope it
works. I can't test because there are no DD-accessible hppa machines
at the moment.
Modified:
lyx/branches/lyx-1.6/debian/changelog
lyx/branches/lyx-1.6/debian/rules
Modified: lyx/branches/lyx-1.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.6/debian/changelog?rev=523&op=diff
==============================================================================
--- lyx/branches/lyx-1.6/debian/changelog (original)
+++ lyx/branches/lyx-1.6/debian/changelog Wed Jul 23 22:30:14 2008
@@ -16,6 +16,9 @@
* Suggest cups-client instead of cupsys-client.
* Add debian/README.source.
* Bump Standards-Version to 3.8.0.
+ * Remove the -ffunction-sections workaround on hppa and let's hope it
+ works. I can't test because there are no DD-accessible hppa machines
+ at the moment.
-- Sven Hoexter <sven at timegate.de> Sun, 20 Jul 2008 16:28:52 +0200
Modified: lyx/branches/lyx-1.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/branches/lyx-1.6/debian/rules?rev=523&op=diff
==============================================================================
--- lyx/branches/lyx-1.6/debian/rules (original)
+++ lyx/branches/lyx-1.6/debian/rules Wed Jul 23 22:30:14 2008
@@ -4,7 +4,6 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
CONFIGURE_OPTIONS += --build $(DEB_HOST_GNU_TYPE)
@@ -27,10 +26,6 @@
--with-x \
--without-included-gettext \
--without-included-boost \
-
-ifeq ($(DEB_HOST_ARCH),hppa)
- CXXFLAGS += -ffunction-sections
-endif
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
More information about the Pkg-lyx-devel
mailing list