summaryrefslogtreecommitdiff
path: root/package/gettext
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-15 19:02:07 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-15 19:02:07 +0100
commit9ac3310d527fc15d215d61fa78e886fd0ed8054f (patch)
treead4c9499f272fcbea61aeda8fbfd6b7a99331575 /package/gettext
parent8fcf8634ad45240f790b5c9a8deecd84c31b7eab (diff)
acoid libtool relink, because it fails.
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/package/gettext/Makefile b/package/gettext/Makefile
index d01eddbc1..e970b6510 100644
--- a/package/gettext/Makefile
+++ b/package/gettext/Makefile
@@ -47,22 +47,28 @@ CONFIGURE_ENV+= nls_cv_use_gnu_gettext=yes \
ac_cv_gnu_library_2=no \
gt_use_preinstalled_gnugettext=no
+INSTALL_STYLE:= manual
+
libintl-install:
${INSTALL_DIR} ${IDIR_LIBINTL}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libintl.so* \
+ ${CP} ${WRKBUILD}/gettext-runtime/intl/.libs/libintl.so* \
${IDIR_LIBINTL}/usr/lib
gettext-install:
${INSTALL_DIR} ${IDIR_GETTEXT}/usr/bin
- $(INSTALL_BIN) $(WRKINST)/usr/bin/gettext \
+ $(INSTALL_BIN) $(WRKBUILD)/gettext-runtime/src/.libs/gettext \
$(IDIR_GETTEXT)/usr/bin
msgfmt-install:
${INSTALL_DIR} ${IDIR_MSGFMT}/usr/bin
${INSTALL_DIR} ${IDIR_MSGFMT}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libgettext*so* \
+ ${CP} ${WRKBUILD}/gettext-tools/libgettextpo/.libs/libgettextpo.so* \
+ ${IDIR_MSGFMT}/usr/lib
+ ${CP} ${WRKBUILD}/gettext-tools/gnulib-lib/.libs/libgettextlib*so* \
+ ${IDIR_MSGFMT}/usr/lib
+ ${CP} ${WRKBUILD}/gettext-tools/src/.libs/libgettextsrc*so* \
${IDIR_MSGFMT}/usr/lib
- $(INSTALL_BIN) $(WRKINST)/usr/bin/msgfmt \
+ $(INSTALL_BIN) $(WRKBUILD)/gettext-tools/src/.libs/msgfmt \
$(IDIR_MSGFMT)/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk