mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			405 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			405 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/aclocal.m4
 | |
| +++ b/aclocal.m4
 | |
| @@ -5720,7 +5720,7 @@ CF_EOF
 | |
|  			EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
 | |
|  		fi
 | |
|  		CF_SHARED_SONAME
 | |
| -		MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
 | |
| +		MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_shared_soname',-stats,$(LDFLAGS) -lc -o $[@]'
 | |
|  		;;
 | |
|  	(mingw*)
 | |
|  		cf_cv_shlib_version=mingw
 |