From: <suc...@us...> - 2007-02-12 21:14:22
|
Revision: 358 http://svn.sourceforge.net/pmplib/?rev=358&view=rev Author: sucknblow Date: 2007-02-12 13:14:08 -0800 (Mon, 12 Feb 2007) Log Message: ----------- Revert --as-needed linker option - it can cause bother Modified Paths: -------------- trunk/pmplib/debian/rules Modified: trunk/pmplib/debian/rules =================================================================== --- trunk/pmplib/debian/rules 2007-02-12 19:40:57 UTC (rev 357) +++ trunk/pmplib/debian/rules 2007-02-12 21:14:08 UTC (rev 358) @@ -20,7 +20,7 @@ config.status: configure dh_testdir - CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed" \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \ ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |