summaryrefslogtreecommitdiff
path: root/package/file
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 16:02:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 16:02:36 +0100
commit77bdac14df2e20b290cdd4bcad0ecb0e1fc446be (patch)
treeb65fd6e8be5c5c51e56265f8a6519c247c8f9576 /package/file
parent6d9c9a3eed574c29368efb644e76fadd5c2a9fd5 (diff)
fix build on Cygwin
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: