diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-05 17:29:33 +0100 |
commit | d9759be6496da18607bf3068bca9464c44285d33 (patch) | |
tree | 8356bd8771d6904373ae50409c20da35ca9a5f8f /package/ppp/Makefile | |
parent | 61629a527144e01ebcf25cffac48e48c01526af2 (diff) |
fix some allmodconfig issues for mips target
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index bb6535814..bf50e6281 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -33,6 +33,7 @@ $(eval $(call PKG_template,PPP_MOD_PPPUMTS,ppp-mod-pppumts,${PKG_VERSION}-${PKG_ CONFIG_STYLE:= minimal CONFIGURE_ARGS+= --system=Linux CONFIGURE_ENV+= UNAME_S="Linux" +TARGET_LDFLAGS+= -lcrypt XAKE_FLAGS+= STAGING_TARGET_DIR=${STAGING_TARGET_DIR} \ DESTDIR="${WRKINST}/usr" STRIP='' \ TARGET_AR='${TARGET_CROSS}ar' |