diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-05-19 05:42:17 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-05-19 05:43:30 +1000 |
commit | 728e6894dcb393198db5867aadf498285c9715eb (patch) | |
tree | e8b03da393e6a366d4a976777c2858b0ac029ef8 /lzo | |
parent | c1f8dfff0e8aa7291b22558314768d1ec9916f96 (diff) | |
download | contrib-728e6894dcb393198db5867aadf498285c9715eb.tar.gz contrib-728e6894dcb393198db5867aadf498285c9715eb.tar.xz |
lzo: move the include files so gnutls works with lzo
Diffstat (limited to 'lzo')
-rw-r--r-- | lzo/.footprint | 27 | ||||
-rw-r--r-- | lzo/Pkgfile | 6 |
2 files changed, 17 insertions, 16 deletions
diff --git a/lzo/.footprint b/lzo/.footprint index 402469179..fddc5b75f 100644 --- a/lzo/.footprint +++ b/lzo/.footprint @@ -1,18 +1,19 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/lzo1.h --rw-r--r-- root/root usr/include/lzo1a.h --rw-r--r-- root/root usr/include/lzo1b.h --rw-r--r-- root/root usr/include/lzo1c.h --rw-r--r-- root/root usr/include/lzo1f.h --rw-r--r-- root/root usr/include/lzo1x.h --rw-r--r-- root/root usr/include/lzo1y.h --rw-r--r-- root/root usr/include/lzo1z.h --rw-r--r-- root/root usr/include/lzo2a.h --rw-r--r-- root/root usr/include/lzo_asm.h --rw-r--r-- root/root usr/include/lzoconf.h --rw-r--r-- root/root usr/include/lzodefs.h --rw-r--r-- root/root usr/include/lzoutil.h +drwxr-xr-x root/root usr/include/lzo/ +-rw-r--r-- root/root usr/include/lzo/lzo1.h +-rw-r--r-- root/root usr/include/lzo/lzo1a.h +-rw-r--r-- root/root usr/include/lzo/lzo1b.h +-rw-r--r-- root/root usr/include/lzo/lzo1c.h +-rw-r--r-- root/root usr/include/lzo/lzo1f.h +-rw-r--r-- root/root usr/include/lzo/lzo1x.h +-rw-r--r-- root/root usr/include/lzo/lzo1y.h +-rw-r--r-- root/root usr/include/lzo/lzo1z.h +-rw-r--r-- root/root usr/include/lzo/lzo2a.h +-rw-r--r-- root/root usr/include/lzo/lzo_asm.h +-rw-r--r-- root/root usr/include/lzo/lzoconf.h +-rw-r--r-- root/root usr/include/lzo/lzodefs.h +-rw-r--r-- root/root usr/include/lzo/lzoutil.h drwxr-xr-x root/root usr/lib/ lrwxrwxrwx root/root usr/lib/liblzo.so -> liblzo2.so.2.0.0 -rw-r--r-- root/root usr/lib/liblzo2.a diff --git a/lzo/Pkgfile b/lzo/Pkgfile index 72c10dc0b..27a0e65ac 100644 --- a/lzo/Pkgfile +++ b/lzo/Pkgfile @@ -6,7 +6,7 @@ name=lzo version=2.02 -release=1 +release=2 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-$version.tar.gz) build() { @@ -18,8 +18,8 @@ build() { make make prefix=$PKG/usr install - mv $PKG/usr/include/lzo/* $PKG/usr/include - rm -r $PKG/usr/include/lzo + #mv $PKG/usr/include/lzo/* $PKG/usr/include + #rm -r $PKG/usr/include/lzo ln -s liblzo2.so.2.0.0 $PKG/usr/lib/liblzo.so } |