summaryrefslogtreecommitdiff
path: root/package/e2fsprogs/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-06 23:18:06 +0100
commit5a65c76bc3d72ea9f275a3c474d5e308cf367a82 (patch)
tree532919ce0b59163e5e46e2ff396cba0ed68d1ef2 /package/e2fsprogs/Makefile
parentb1044672f81740729faa21b266f2499b3e1e5396 (diff)
remove obsolete SUB_INSTALL stuff.
Diffstat (limited to 'package/e2fsprogs/Makefile')
-rw-r--r--package/e2fsprogs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile
index 1eb65d222..c54538f0c 100644
--- a/package/e2fsprogs/Makefile
+++ b/package/e2fsprogs/Makefile
@@ -33,8 +33,9 @@ $(eval $(call PKG_template,LIBCOM_ERR,libcom-err,${PKG_VERSION}-${PKG_RELEASE},,
$(eval $(call PKG_template,LIBSS,libss,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBSS},${PKGSC_LIBSS}))
$(eval $(call PKG_template,LIBBLKID,libblkid,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBBLKID},${PKGSC_LIBBLKID}))
-CONFIGURE_ARGS+= --enable-elf-shlibs --disable-tls
+CONFIGURE_ARGS+= --enable-elf-shlibs --disable-rpath
INSTALL_TARGET+= install-libs
+TCFLAGS+= -pthread
pre-build:
${MAKE} -C ${WRKBUILD}/util \