makefile.shared: respect LDFLAGS when linking
This commit is contained in:
		
							parent
							
								
									6b7e79e1ee
								
							
						
					
					
						commit
						ed2743d524
					
				| @ -262,7 +262,7 @@ testprof/$(LIBTEST): | ||||
| objs: $(OBJECTS) | ||||
| 
 | ||||
| $(LIBNAME): $(OBJECTS) testprof/$(LIBTEST) | ||||
| 	libtool --silent --mode=link gcc $(CFLAGS) `find . -type f | grep "[.]lo" | grep "src/" | xargs` $(EXTRALIBS) -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION) | ||||
| 	libtool --silent --mode=link gcc $(LDFLAGS) $(CFLAGS) `find . -type f | grep "[.]lo" | grep "src/" | xargs` $(EXTRALIBS) -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION) | ||||
| 
 | ||||
| install: $(LIBNAME) | ||||
| 	install -d -g $(GROUP) -o $(USER) $(DESTDIR)$(LIBPATH) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user