[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#565798: set LDFLAGS to -Bsymbolic-funtions



Package: steam
Version: 2.2.31-5

Hello maintainer,
In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/rules: manually set LDFLAGS to -Bsymbolic-funtions instead of
    -Wl,-Bsymbolic-functions, as LDFLAGS are passed to ld, and not to gcc.
    Fixes FTBFS

We thought you might be interested in doing the same. 
diff -Nru -x '*~' steam-2.2.31.orig/rules steam-2.2.31/rules
--- steam-2.2.31.orig/rules	2010-01-18 22:18:48.000000000 +0100
+++ steam-2.2.31/rules	2010-01-18 22:11:34.000000000 +0100
@@ -6,6 +6,7 @@
 export PREFIX=/usr
 export REAL_DIR=/share/steam
 export REAL_LIBDIR=/lib/steam
+export LDFLAGS=-Bsymbolic-functions
 
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -g

Reply to: