Skip to content

Instantly share code, notes, and snippets.

@jperras
Created January 3, 2012 19:03
Show Gist options
  • Save jperras/1556358 to your computer and use it in GitHub Desktop.
Save jperras/1556358 to your computer and use it in GitHub Desktop.
Newsbeuter patch #1
diff --git a/config.sh b/config.sh
index 21d8d04..0b0c44c 100755
--- a/config.sh
+++ b/config.sh
@@ -80,3 +80,5 @@ check_pkg "libcurl" || check_custom "libcurl" "curl-config" || fail "libcurl"
check_pkg "libxml-2.0" || check_custom "libxml2" "xml2-config" || fail "libxml2"
check_pkg "stfl" "" "--static" || fail "stfl"
all_aboard_the_fail_boat
+echo "CXXFLAGS+=$CPPFLAGS" >> config.mk
+echo "LDFLAGS+=$LDFLAGS" >> config.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment