summaryrefslogtreecommitdiff
path: root/package/file
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 16:47:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 16:47:55 +0100
commitb3b32918faf1d63a84c68b24c866d8a849adfdae (patch)
tree934797e131208c68abd66d64eefe63ebb087ccec /package/file
parent940a3a2497867e7fb2044a437175619b65f04334 (diff)
parentcfc200714ddfa6d76feb836c258b1135d91a8348 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/file')
-rw-r--r--package/file/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/file/Makefile b/package/file/Makefile
index 25b371d6e..58650bb0f 100644
--- a/package/file/Makefile
+++ b/package/file/Makefile
@@ -23,10 +23,10 @@ INSTALL_STYLE:= auto
pre-configure:
(cd ${WRKBUILD}; rm -rf config.{cache,status} ; \
- CFLAGS="-static" ./configure --enable-static --disable-shared \
+ ./configure \
);
${MAKE} -C ${WRKBUILD}
- ${INSTALL_BIN} ${WRKBUILD}/src/file ${STAGING_TOOLS}/bin
+ ${INSTALL_BIN} ${WRKBUILD}/src/.libs/file ${STAGING_TOOLS}/bin
${MAKE} -C ${WRKBUILD} clean
post-install: