1 Dec 2003 07:35
mk/bsd.pkg.mk change request
Michal Pasternak <michal <at> pasternak.w.lub.pl>
2003-12-01 06:35:34 GMT
2003-12-01 06:35:34 GMT
Hi,
I don't know if it is a good time to tell you about this, but I think, that
this patch:
[-wip list: please apply it before trying any of mingw32-* packages]
diff -u -r1.1307 bsd.pkg.mk
--- bsd.pkg.mk 2003/11/27 13:02:38 1.1307
+++ bsd.pkg.mk 2003/12/01 06:30:11
<at> <at> -371,8 +371,8 <at> <at>
.else
LIBTOOL_REQD?= 1.4.20010614nb11
.endif
-LIBTOOL= ${LOCALBASE}/bin/libtool
-SHLIBTOOL= ${LOCALBASE}/bin/shlibtool
+LIBTOOL?= ${LOCALBASE}/bin/libtool
+SHLIBTOOL?= ${LOCALBASE}/bin/shlibtool
.if defined(USE_LIBTOOL)
PKGLIBTOOL= ${LIBTOOL}
PKGSHLIBTOOL= ${SHLIBTOOL}
... could be really useful for the project I've just started (packages for
cross-compiling win32 binaries on unices with mingw32.sf.net compiler).
If I can't override libtool, there's no way I can create packages in an easy
way.
Any chances this gets through?
(Continue reading)
RSS Feed