diff options
author | Matthias Kilian <kili@outback.escape.de> | 2009-08-26 15:59:13 +0000 |
---|---|---|
committer | Matthias Kilian <kili@outback.escape.de> | 2009-08-26 15:59:13 +0000 |
commit | acdd7c95066cf6505a4d2e8683f119146805af91 (patch) | |
tree | 2b2d3cd4a23f8c5c7252370db272d127dec79168 /mk | |
parent | d84757e30d8578aaa788c26f0245c67ab482d0f9 (diff) | |
download | haskell-acdd7c95066cf6505a4d2e8683f119146805af91.tar.gz |
Configurable iconv header and library locations
Should help to fix the build on OpenBSD (together with a corresponding
patch to libraries/base).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index a8b57fb312..a516e6da77 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -946,6 +946,15 @@ CONFIGURE_ARGS = @CONFIGURE_ARGS@ ################################################################################ # +# To be passed to sub-builds +# +################################################################################ + +ICONV_INCLUDE_DIRS = @ICONV_INCLUDE_DIRS@ +ICONV_LIB_DIRS = @ICONV_LIB_DIRS@ + +################################################################################ +# # Bindist testing directory # ################################################################################ |