diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 23:44:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 23:44:39 +0000 |
commit | 30ebaf399958e52f0127ccd0bf5e43cb390c8af1 (patch) | |
tree | 5a68357abd571c1c37eda777de615467a1cfc20b /sysutils | |
parent | 9fa34014ed91ef29e6e6d5966a21118bc75d6024 (diff) | |
download | pkgsrc-30ebaf399958e52f0127ccd0bf5e43cb390c8af1.tar.gz |
Add a comment how to create shared libraries.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdrtools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 55229b728bb..8355f702ed1 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2008/09/06 13:31:07 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2008/09/06 23:44:39 wiz Exp $ DISTNAME= cdrtools-2.01.01a48 PKGNAME= cdrtools-2.01.01.48 @@ -31,6 +31,9 @@ MAKE_ENV+= MAKEPROG="gmake" MAKE_ENV+= COPTX=${CFLAGS:Q} MAKE_ENV+= LDOPTX=${LDFLAGS:Q} MAKE_ENV+= INS_BASE=${PREFIX:Q} +# do we want to compile shared libraries? +# needs changes in the install target and PLIST +#MAKE_ENV+= LINKMODE=dynamic # if we're using a gcc which is named gcc, we need to set CCOM=gcc # in MAKE_ENV so the make infrastructure picks the right options. |