[Pkg-lyx-devel] svn commit: r407 - in /lyx/trunk/debian: changelog rules

pelle at users.alioth.debian.org pelle at users.alioth.debian.org
Wed Dec 12 10:19:29 UTC 2007


Author: pelle
Date: Wed Dec 12 10:19:29 2007
New Revision: 407

URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=407
Log:
* Add -Wl,-z,defs to make sure there are no undefined symbols.

Modified:
    lyx/trunk/debian/changelog
    lyx/trunk/debian/rules

Modified: lyx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/changelog?rev=407&op=diff
==============================================================================
--- lyx/trunk/debian/changelog (original)
+++ lyx/trunk/debian/changelog Wed Dec 12 10:19:29 2007
@@ -9,12 +9,13 @@
     which is left from the LyX 1.4.x packages and would be otherwise
     left on the system even if you purge the latest package.
     Closes: #454713
-  
+
   [ Per Olofsson ]
   * Disable assertions per upstream advice. More specifically, don't pass
     --enable-assertions but let configure select whatever is the default
     (only enables assertions for prereleases and devel versions).
     Closes: #410175
+  * Add -Wl,-z,defs to make sure there are no undefined symbols.
 
  -- Sven Hoexter <sven at timegate.de>  Mon, 10 Dec 2007 10:37:50 +0100
 

Modified: lyx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-lyx/lyx/trunk/debian/rules?rev=407&op=diff
==============================================================================
--- lyx/trunk/debian/rules (original)
+++ lyx/trunk/debian/rules Wed Dec 12 10:19:29 2007
@@ -41,7 +41,7 @@
 	CXXFLAGS += -ffunction-sections
 endif
 
-LDFLAGS += -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 configure: patch configure-stamp
 configure-stamp:




More information about the Pkg-lyx-devel mailing list