mirror of
				https://github.com/rofl0r/proxychains-ng.git
				synced 2025-11-03 16:46:06 +00:00 
			
		
		
		
	Revert "fix makefile link order"
This reverts commit 377b474b40.
There still are problems with the link order.
Revert to the known-good version.
			
			
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -82,7 +82,7 @@ src/version.o: src/version.h
 | 
			
		||||
	$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_MAIN) $(INC) $(PIC) -c -o $@ $<
 | 
			
		||||
 | 
			
		||||
$(LDSO_PATHNAME): $(LOBJS)
 | 
			
		||||
	$(CC) -shared $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -lpthread $(LIBDL) -o $@ $(LOBJS)
 | 
			
		||||
	$(CC) -shared -lpthread $(LIBDL) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -o $@ $(LOBJS)
 | 
			
		||||
 | 
			
		||||
$(ALL_TOOLS): $(OBJS)
 | 
			
		||||
	$(CC) $(LDFLAGS) src/main.o src/common.o -o $(PXCHAINS)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user