diff options
author | wiz <wiz> | 2008-09-06 23:44:39 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-06 23:44:39 +0000 |
commit | 908b5f065413bd529a3b69e5b837d74b5f93d029 (patch) | |
tree | 5a68357abd571c1c37eda777de615467a1cfc20b /sysutils | |
parent | d3801e57476784bcec9fc4721fb9d1874a15f252 (diff) | |
download | pkgsrc-908b5f065413bd529a3b69e5b837d74b5f93d029.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. |