mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-04 10:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			197 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/Makefile.orig
 | 
						|
+++ b/Makefile
 | 
						|
@@ -13,7 +13,7 @@
 | 
						|
 DEPS      = $(SRCS:.c=.d)
 | 
						|
 
 | 
						|
 CC        = gcc
 | 
						|
-CFLAGS    = -O2 -Wall
 | 
						|
+CFLAGS    = -O2 -Wall -fPIC
 | 
						|
 LDFLAGS   = -s
 | 
						|
 LIBS      = 
 | 
						|
 DLEXT     = so
 |