gnu: uim-qt: Pass -fcommon to compiler.
* gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
This commit is contained in:
		
							parent
							
								
									108b923d92
								
							
						
					
					
						commit
						3d109b0306
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6696,7 +6696,8 @@ and embedded platforms.")
 | 
			
		|||
     (substitute-keyword-arguments (package-arguments uim)
 | 
			
		||||
       ((#:configure-flags configure-flags)
 | 
			
		||||
        (append configure-flags (list "--with-qt5-immodule"
 | 
			
		||||
                                      "--with-qt5")))))
 | 
			
		||||
                                      "--with-qt5"
 | 
			
		||||
                                      "CPPFLAGS=-fcommon")))))
 | 
			
		||||
    (synopsis "Multilingual input method framework (Qt support)")))
 | 
			
		||||
 | 
			
		||||
(define-public keynav
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue