[SCM] gmerlin-avdecoder/master: Move LDFLAGS+=-Wl, --as-needed below inclusions.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 17 23:12:18 UTC 2011


The following commit has been merged in the master branch:
commit 8678445e7d10c4235c72ddc6f286707f6ea08323
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 18 00:11:59 2011 +0100

    Move LDFLAGS+=-Wl,--as-needed below inclusions.

diff --git a/debian/rules b/debian/rules
index c9717a7..a48f1c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,13 +19,13 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-LDFLAGS+=-Wl,--as-needed
-
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+LDFLAGS+=-Wl,--as-needed
+
 DEB_UPSTREAM_URL = http://downloads.sourceforge.net/gmerlin
 
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./lib/libw32dll/

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list