diff options
author | salo <salo> | 2005-04-18 00:51:51 +0000 |
---|---|---|
committer | salo <salo> | 2005-04-18 00:51:51 +0000 |
commit | 4373302a977e4444032923470b8cf93736d80097 (patch) | |
tree | 1dcedd5be212981eb6d0890381039612348ad03f /devel/libebml | |
parent | 15961f4feb52a6e9a7e0172a1a6915386cddc580 (diff) | |
download | pkgsrc-4373302a977e4444032923470b8cf93736d80097.tar.gz |
Go back only to build the static lib as before. There are no consumers
of the shared library, yet.
Diffstat (limited to 'devel/libebml')
-rw-r--r-- | devel/libebml/Makefile | 4 | ||||
-rw-r--r-- | devel/libebml/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index d96cc85a622..be4c5823024 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/18 00:13:05 salo Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/18 00:51:51 salo Exp $ # DISTNAME= libebml-0.7.4 @@ -19,6 +19,8 @@ NO_CONFIGURE= yes MAKEFLAGS+= prefix=${PREFIX:Q} MAKE_ENV+= CXXFLAGS=${CXXFLAGS:Q} RANLIB=${RANLIB:Q} BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux +BUILD_TARGET= staticlib +INSTALL_TARGET= install_headers install_staticlib ONLY_FOR_COMPILER= gcc diff --git a/devel/libebml/PLIST b/devel/libebml/PLIST index e285265dab8..b7c3143b084 100644 --- a/devel/libebml/PLIST +++ b/devel/libebml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/04/18 00:13:05 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/04/18 00:51:51 salo Exp $ include/ebml/Debug.h include/ebml/EbmlBinary.h include/ebml/EbmlConfig.h @@ -26,7 +26,5 @@ include/ebml/MemIOCallback.h include/ebml/StdIOCallback.h include/ebml/c/libebml_t.h lib/libebml.a -lib/libebml.so -lib/libebml.so.0 @dirrm include/ebml/c @dirrm include/ebml |