mirror of
				https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
				synced 2025-11-04 10:34:05 +00:00 
			
		
		
		
	Portability fix: add the -fPIC flags in the Makefile.
This commit is contained in:
		
							parent
							
								
									a0dc325294
								
							
						
					
					
						commit
						ebf82f844d
					
				@ -1,7 +1,8 @@
 | 
			
		||||
 | 
			
		||||
CC = gcc
 | 
			
		||||
CXX = g++
 | 
			
		||||
CFLAGS = -Wall -W -O2 -DNDEBUG -DMDEBUG0 -g -p
 | 
			
		||||
CFLAGS = -Wall -W -O2 -DNDEBUG -DMDEBUG0 -g -p -fPIC
 | 
			
		||||
CXXFLAGS += -fPIC
 | 
			
		||||
 | 
			
		||||
all : checklib aptvercmp freelist britneymodule.so # libajdpkg.a 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user