2005-09-06 20:31:37 by Johnny C. Lam | Files touched by this commit (1) |
Log message: Add ${BUILDLINK_LDADD.dl} to LIBS as lua has no configure script to detect and add "-ldl" (on systems that need it) by itself during the build. This addresses pkg/31171. |
2005-09-04 06:59:36 by Johnny C. Lam | Files touched by this commit (10) |
Log message: Libtoolize lua build. Since the shared library version has changed, bump the PKGREVISION to 4, and set BUILDLINK_RECOMMENDED.lua appropriately in the buildlink3.mk file. |
2005-06-07 05:52:10 by Min Sik Kim | Files touched by this commit (3) |
Log message: Make libraries link against libdl if it is available. This fixes PR pkg/29389. Bump PKGREVISION. |
2005-06-07 05:47:24 by Min Sik Kim | Files touched by this commit (1) |
Log message: Add BUILDLINK_LDADD.dl to LIBS instead of defining platform-specific LIBS. |
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. |
2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message: Add RMD160 digests |
2004-12-14 19:22:44 by Min Sik Kim | Files touched by this commit (1) |
Log message: "-ldl" is needed to build on Linux. |
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. |
2004-10-23 21:10:25 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Add -fPIC to CFLAGS to make this work on more architectures. Bump PKGREVISION. Thanks to Masao Uebayashi for the patch. |
2004-10-15 23:17:51 by Min Sik Kim | Files touched by this commit (1) |
Log message: Needs -ldl on Interix. |