diff options
Diffstat (limited to 'user/mozjs/1002_drop_build_id.patch')
-rw-r--r-- | user/mozjs/1002_drop_build_id.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/user/mozjs/1002_drop_build_id.patch b/user/mozjs/1002_drop_build_id.patch deleted file mode 100644 index 9f62abaea..000000000 --- a/user/mozjs/1002_drop_build_id.patch +++ /dev/null @@ -1,33 +0,0 @@ -From: Jory A. Pratt <anarchy@gentoo.org> - -We must drop build id as it causes conflicts when merging -thunderbird/firefox/seamonkey on same system when using -splitdebug - -diff --git a/js/src/old-configure.in b/js/src/old-configure.in ---- a/js/src/old-configure.in -+++ b/js/src/old-configure.in -@@ -478,23 +478,16 @@ if test "$GNU_CC"; then - - AC_MSG_CHECKING([for -z relro option to ld]) - _SAVE_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS -Wl,-z,relro" - AC_TRY_LINK(,,AC_MSG_RESULT([yes]), - AC_MSG_RESULT([no]) - LDFLAGS=$_SAVE_LDFLAGS) - -- AC_MSG_CHECKING([for --build-id option to ld]) -- _SAVE_LDFLAGS=$LDFLAGS -- LDFLAGS="$LDFLAGS -Wl,--build-id" -- AC_TRY_LINK(,,AC_MSG_RESULT([yes]), -- AC_MSG_RESULT([no]) -- LDFLAGS=$_SAVE_LDFLAGS) -- - _DEFINES_CFLAGS="-include $jsconfdefs -DMOZILLA_CLIENT" - _USE_CPP_INCLUDE_FLAG=1 - fi - - if test "$GNU_CXX"; then - _DEFINES_CXXFLAGS="-DMOZILLA_CLIENT -include $jsconfdefs" - _USE_CPP_INCLUDE_FLAG=1 - fi |