r13151 - /desktop/unstable/glibmm2.4/debian/rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Tue Oct 16 02:03:53 UTC 2007


Author: manphiz-guest
Date: Tue Oct 16 02:03:53 2007
New Revision: 13151

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13151
Log:
Fix a non-posix bash extension script.

Modified:
    desktop/unstable/glibmm2.4/debian/rules

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=13151&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Tue Oct 16 02:03:53 2007
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := glibmm
 
-DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS+=" -Wl,-z,defs -Wl,-O1"
+DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs -Wl,-O1"
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-static
 




More information about the pkg-gnome-commits mailing list