Skip to content

Instantly share code, notes, and snippets.

@jsianes
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsianes/26b3feff8fb9a2d937d7 to your computer and use it in GitHub Desktop.
Save jsianes/26b3feff8fb9a2d937d7 to your computer and use it in GitHub Desktop.
Patch for 'configure' file of ncftp v3.2.5 to use within AWS instances
--- configure.orig 2011-02-02 23:17:19.000000000 +0000
+++ configure 2015-08-15 19:35:58.317989930 +0000
@@ -8,6 +8,10 @@
# gives unlimited permission to copy, distribute and modify it.
# Defaults:
+
+# adding libcurl libary
+CFLAGS="$CFLAGS -lcurl"
+
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment