diff options
author | vorlon <vorlon@alioth.debian.org> | 2008-03-08 23:36:59 +0000 |
---|---|---|
committer | vorlon <vorlon@alioth.debian.org> | 2008-03-08 23:36:59 +0000 |
commit | e770eddc0febb428a193f254127b8f3d64fed55b (patch) | |
tree | 52dd9a0d8648ea5188d6aac17f8f5688e15717b8 | |
parent | cd076406cad54b6dbf430e794cd221806db3fd2a (diff) | |
download | samba-e770eddc0febb428a193f254127b8f3d64fed55b.tar.gz |
* Drop the arm optimization workaround, as the compiler is now reported
to be fixed.
git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba/debian@1739 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r-- | changelog | 3 | ||||
-rwxr-xr-x | rules | 6 |
2 files changed, 2 insertions, 7 deletions
@@ -1,6 +1,7 @@ samba (3.0.28-3) UNRELEASED; urgency=low - * Apply the arm workaround to the armel architecture as well. + * Drop the arm optimization workaround, as the compiler is now reported + to be fixed. * Add missing eventlogadm(8) manpage. * Refresh the list of Linux architectures from type-handling, to pick up libacl-dev on armel. Closes: #465121. @@ -23,12 +23,6 @@ else CFLAGS += -O2 endif -ifneq (,$(findstring $(DEB_HOST_GNU_TYPE),arm-linux-gnu arm-linux-gnueabi)) - PARSE_PRS_FLAGS = -O0 -endif - -export PARSE_PRS_FLAGS - include /usr/share/quilt/quilt.make DESTDIR=`pwd`/debian/tmp |