We substitute this anyway, so let's make it easier to substitute. --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -203,9 +203,7 @@ and above." :type '(repeat string) :version "28.1") -(defcustom native-comp-driver-options - (cond ((eq system-type 'darwin) '("-Wl,-w")) - ((eq system-type 'cygwin) '("-Wl,-dynamicbase"))) +(defcustom native-comp-driver-options nil "Options passed verbatim to the native compiler's back-end driver. Note that not all options are meaningful; typically only the options affecting the assembler and linker are likely to be useful. -- 2.38.0 >
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch
AgeCommit message (Expand)Author
2016-08-28gnu: gtk+-2: Add patch to support GUIX_GTK2_IM_MODULE_FILE....* gnu/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch: New file. * gnu/packages/gtk.scm (gtk+-2)[source]: Add it. * gnu/local.mk (dist_patch_DATA): Add it. Ricardo Wurmus