mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	Avoid redefining `realpath` to fix the following error:
    .../include/fortify/stdlib.h:36:13: error: 'realpath' undeclared here (not in a function)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 46127
		
	
			
		
			
				
	
	
		
			24 lines
		
	
	
		
			616 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			616 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/m4/canonicalize.m4
 | 
						|
+++ b/m4/canonicalize.m4
 | 
						|
@@ -11,8 +11,6 @@ AC_DEFUN([gl_CANONICALIZE],
 | 
						|
   AC_CHECK_FUNCS(canonicalize_file_name)
 | 
						|
   if test $ac_cv_func_canonicalize_file_name = no; then
 | 
						|
     AC_LIBOBJ(canonicalize)
 | 
						|
-    AC_DEFINE([realpath], [rpl_realpath],
 | 
						|
-      [Define to a replacement function name for realpath().])
 | 
						|
     gl_PREREQ_CANONICALIZE
 | 
						|
   fi
 | 
						|
 ])
 | 
						|
--- a/configure
 | 
						|
+++ b/configure
 | 
						|
@@ -35532,9 +35532,6 @@ done
 | 
						|
   if test $ac_cv_func_canonicalize_file_name = no; then
 | 
						|
     SRCLIBOBJS="$SRCLIBOBJS canonicalize.$ac_objext"
 | 
						|
 
 | 
						|
-cat >>confdefs.h <<\_ACEOF
 | 
						|
-#define realpath rpl_realpath
 | 
						|
-_ACEOF
 | 
						|
 
 | 
						|
 
 | 
						|
 
 |