Last active
August 29, 2015 14:27
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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