[SCM] x264 packaging branch, master, updated. 0e68cf291dce445ea4a52918705cb355b5b3cdb3

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Jun 15 10:44:32 UTC 2009


The following commit has been merged in the master branch:
commit 58a26db37777e222102f269c59cfcabb9bc2173c
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Mon Jun 15 12:38:34 2009 +0200

    Remove -Wl,--as-needed from LDFLAGS. It has become unnecessary since we don't link against GTK+ anymore. Redundant linking of the frontend against -lX11 and -lm doesn't hurt, because the shared library links against them anyway.

diff --git a/debian/rules b/debian/rules
index 3d91736..7ecb49c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,6 @@ endif
 confflags = --enable-pthread --prefix=/usr --enable-debug
 
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
-LDFLAGS += -Wl,--as-needed
 
 build: build-stamp
 build-stamp: debian/stamp-patched

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list