summaryrefslogtreecommitdiff
path: root/package/file
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 17:18:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 17:18:43 +0100
commit9b562d9f88a1aa7be0b3a1f6f642747cdfad5f97 (patch)
treee281582d755e226a15336186c5b90cf1196bc67d /package/file
parent79460a7e3a45dc5ad90e1b1dc63786c55cbf5074 (diff)
parentb3b32918faf1d63a84c68b24c866d8a849adfdae (diff)
Merge branch 'master' of 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: