diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:19:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:19:16 +0200 |
commit | a01131d813946a99aa5206633a524855c3b6f58c (patch) | |
tree | cb5ec95bac08a9f1c3831365498377a9484b3309 /package/cxxtools/Makefile | |
parent | f18f19d6a59974f5a92a4f52c0539c2ec3da4f96 (diff) |
fix make allmodconfig on mips (rb532)
Diffstat (limited to 'package/cxxtools/Makefile')
-rw-r--r-- | package/cxxtools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cxxtools/Makefile b/package/cxxtools/Makefile index dab8121eb..f3a270aa8 100644 --- a/package/cxxtools/Makefile +++ b/package/cxxtools/Makefile @@ -30,6 +30,8 @@ else TLDFLAGS+= -liconv -shared endif +TCFLAGS+= -fPIC +TCXXFLAGS+= -fPIC CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= ac_cv_lib_nsl_setsockopt=no CONFIGURE_ARGS+= --with-libiconv-prefix='${STAGING_DIR}/usr' |