Changeset 3631 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Aug 6, 2009, 10:36:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r3001 r3631 1004 1004 #if defined HAVE_FORK 1005 1005 /* Make sure there is space for everything we might do. */ 1006 libpath = malloc(len + strlen(LIBDIR "/ .libs/"SONAME EXTRAINFO) + 1);1006 libpath = malloc(len + strlen(LIBDIR "/" LT_OBJDIR SONAME EXTRAINFO) + 1); 1007 1007 strcpy(libpath, opts->oldargv[0]); 1008 1008 … … 1013 1013 if(tmp) 1014 1014 { 1015 strcpy(tmp + 1, ".libs/"SONAME);1015 strcpy(tmp + 1, LT_OBJDIR SONAME); 1016 1016 if(access(libpath, R_OK) < 0) 1017 1017 strcpy(libpath, LIBDIR "/" SONAME);
Note: See TracChangeset
for help on using the changeset viewer.