opnsense-ports/comms/qico/files/patch-configure
Franco Fichtner 8e6b151b19 */*: sync with upstream
Taken from: FreeBSD
2017-02-02 03:31:51 +01:00

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);
}