Skip to content

Commit 108f00e

Browse files
committed
curl: fix patch
1 parent 6668101 commit 108f00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/tools/networking/curl/7.79.1-darwin-no-systemconfiguration.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ autoconf in the bootstrap loop just to regenerate a patched configure.ac.
1212
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1313
printf "%s\n" "yes" >&6; }
1414
- LDFLAGS="$LDFLAGS -framework CoreFoundation -framework CoreServices -framework SystemConfiguration"
15-
+ LDFLAGS="$LDFLAGS -framework CoreFoundation -framework CoreServices"
15+
+ LDFLAGS="$LDFLAGS -framework CoreFoundation"
1616
else
1717
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
1818
printf "%s\n" "no" >&6; }

0 commit comments

Comments
 (0)