diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:02:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:02:36 +0100 |
commit | 77bdac14df2e20b290cdd4bcad0ecb0e1fc446be (patch) | |
tree | b65fd6e8be5c5c51e56265f8a6519c247c8f9576 /package/file/Makefile | |
parent | 6d9c9a3eed574c29368efb644e76fadd5c2a9fd5 (diff) |
fix build on Cygwin
Diffstat (limited to 'package/file/Makefile')
-rw-r--r-- | package/file/Makefile | 4 |
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: |