[SCM] gmerlin-encoders/master: Add -Wl, --as-needed to LDFLAGS, remove whitespaces

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Jan 18 12:27:23 UTC 2011


The following commit has been merged in the master branch:
commit 530ba50d981ac2d8867eeb21052b3ca2e112e538
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Jan 18 13:27:16 2011 +0100

    Add -Wl,--as-needed to LDFLAGS, remove whitespaces

diff --git a/debian/rules b/debian/rules
index 0ed422e..6d01491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,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/>.
 
-  
 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
+
 # in order to update, run: $ debian/rules get-orig-source
 DEB_UPSTREAM_URL = http://downloads.sourceforge.net/gmerlin
 DEB_UPSTREAM_TARBALL_MD5 = 036b074cffb788e9b96ce0068f555aa4

-- 
gmerlin-encoders packaging



More information about the pkg-multimedia-commits mailing list