summaryrefslogtreecommitdiff
path: root/package/rrs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-12 22:58:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-12 22:58:45 +0100
commitd29b7059e0e3dacc3e051c310eabaecabe19a8d2 (patch)
tree078693d3be8a0d6096587f5ac01b2ffc76dc8626 /package/rrs
parent4129680028eaddf98219126f787b08551bbf7088 (diff)
updates and build fixes for a lot of packages
compiled for ibmx40 with eglibc.
Diffstat (limited to 'package/rrs')
-rw-r--r--package/rrs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rrs/Makefile b/package/rrs/Makefile
index fdc4aba3b..2b2dca293 100644
--- a/package/rrs/Makefile
+++ b/package/rrs/Makefile
@@ -29,7 +29,7 @@ do-build:
${MAKE} -C ${WRKBUILD} \
CC="${TARGET_CC}" \
CFLAGS="${TARGET_CFLAGS} -I${STAGING_DIR}/usr/include ${PKG_FLAGS}" \
- LDFLAGS="-L${STAGING_DIR}/usr/lib -L${STAGING_DIR}/lib ${PKG_LDFLAGS} -lutil -lssl -lcrypto -lz" \
+ LDFLAGS="-L${STAGING_DIR}/usr/lib -L${STAGING_DIR}/lib ${PKG_LDFLAGS} -lutil -lssl -lcrypto -lz -lstdc++" \
generic
do-install: