forked from Lainports/opnsense-ports
10 lines
277 B
Text
10 lines
277 B
Text
--- configure.orig 2003-04-05 13:33:18 UTC
|
|
+++ configure
|
|
@@ -8343,6 +8343,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
#endif
|
|
static char *fl = "/usr/local/bin/some.file";
|
|
int main(int argc, char **argv) {
|
|
+ fl = strdup(fl);
|
|
char *b = basename(fl); return ((*b != '/')?0:1);
|
|
}
|
|
|