diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-06 19:04:52 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-06 19:04:52 +0100 |
commit | 0f9b869c4265719bc60f92411105e3ffa7450c50 (patch) | |
tree | b9e7d737076da4fd7f9187f03a6f518da5aa498f /package/wccpd | |
parent | 805cdc8ebd35ff06e9e4b5a44466f3c8670572a8 (diff) |
remove unused and wrong configure args
Diffstat (limited to 'package/wccpd')
-rw-r--r-- | package/wccpd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/wccpd/Makefile b/package/wccpd/Makefile index 65d848139..b55011567 100644 --- a/package/wccpd/Makefile +++ b/package/wccpd/Makefile @@ -18,8 +18,6 @@ $(eval $(call PKG_template,WCCPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG CONFIGURE_STYLE:= gnu # uClibc setpgrp does not take arguments CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes -CONFIGURE_ARGS+= --enable-static \ - --with-gnu-ld BUILD_STYLE:= auto INSTALL_STYLE:= auto |