summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2007-04-12 00:28:46 +1000
committerDanny Rawlins <romster@shortcircuit.net.au>2007-04-12 00:28:46 +1000
commit4cd68640ceb92d97ad98206210526ba4ff5ac65f (patch)
tree65574bc2ba7b47926015a91a1131ca63c4927c2b
parent29b9e9ebc13664218e41c588ab768937c228d233 (diff)
downloadcontrib-4cd68640ceb92d97ad98206210526ba4ff5ac65f.tar.gz
contrib-4cd68640ceb92d97ad98206210526ba4ff5ac65f.tar.xz
vcdimager: disable static
-rw-r--r--vcdimager/.footprint1
-rw-r--r--vcdimager/Pkgfile5
2 files changed, 4 insertions, 2 deletions
diff --git a/vcdimager/.footprint b/vcdimager/.footprint
index 24ab6ac60..822b1d330 100644
--- a/vcdimager/.footprint
+++ b/vcdimager/.footprint
@@ -18,7 +18,6 @@ drwxr-xr-x root/root usr/include/libvcd/
-rw-r--r-- root/root usr/include/libvcd/types.h
-rw-r--r-- root/root usr/include/libvcd/version.h
drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libvcdinfo.a
-rwxr-xr-x root/root usr/lib/libvcdinfo.la
lrwxrwxrwx root/root usr/lib/libvcdinfo.so -> libvcdinfo.so.0.2.0
lrwxrwxrwx root/root usr/lib/libvcdinfo.so.0 -> libvcdinfo.so.0.2.0
diff --git a/vcdimager/Pkgfile b/vcdimager/Pkgfile
index 8cdc11cbc..1c21d5921 100644
--- a/vcdimager/Pkgfile
+++ b/vcdimager/Pkgfile
@@ -11,7 +11,10 @@ source=(ftp://gnu.mirror.pacific.net.au/gnu/gnu/vcdimager/vcdimager-$version.tar
build() {
cd vcdimager-$version
- ./configure --prefix=/usr
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info/

Generated by cgit