Created
January 3, 2012 19:03
-
-
Save jperras/1556358 to your computer and use it in GitHub Desktop.
Newsbeuter patch #1
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
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