summaryrefslogtreecommitdiff
path: root/libdnet
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-03-07 11:11:37 +0100
committerThomas Penteker <tek@serverop.de>2015-03-07 11:11:37 +0100
commit59976ba1b31c433dfd1691cf4fcb7560b7d1a2c1 (patch)
tree1b3b8f8b37370ff1b941c36edd0052e4fad37db9 /libdnet
parentecfd005aa72a60a0b0e196f46107ac2e94a6012c (diff)
downloadcontrib-59976ba1b31c433dfd1691cf4fcb7560b7d1a2c1.tar.gz
contrib-59976ba1b31c433dfd1691cf4fcb7560b7d1a2c1.tar.xz
libdnet: fix symlinks
Diffstat (limited to 'libdnet')
-rw-r--r--libdnet/.footprint6
-rw-r--r--libdnet/Pkgfile7
2 files changed, 9 insertions, 4 deletions
diff --git a/libdnet/.footprint b/libdnet/.footprint
index bb6b25728..b1feacaa4 100644
--- a/libdnet/.footprint
+++ b/libdnet/.footprint
@@ -20,11 +20,11 @@ drwxr-xr-x root/root usr/include/dnet/
-rw-r--r-- root/root usr/include/dnet/tun.h
-rw-r--r-- root/root usr/include/dnet/udp.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libdnet -> libdnet.1.0.1
-lrwxrwxrwx root/root usr/lib/libdnet.1 -> libdnet.1.0.1
--rwxr-xr-x root/root usr/lib/libdnet.1.0.1
-rw-r--r-- root/root usr/lib/libdnet.a
-rwxr-xr-x root/root usr/lib/libdnet.la
+lrwxrwxrwx root/root usr/lib/libdnet.so -> libdnet.so.1.0.1
+lrwxrwxrwx root/root usr/lib/libdnet.so.1 -> libdnet.so.1.0.1
+-rwxr-xr-x root/root usr/lib/libdnet.so.1.0.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/dnet.3.gz
diff --git a/libdnet/Pkgfile b/libdnet/Pkgfile
index bdf24e87b..295e28758 100644
--- a/libdnet/Pkgfile
+++ b/libdnet/Pkgfile
@@ -10,7 +10,12 @@ source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+
+ # fix FS#1144
+ autoreconf -i -Iconfig
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/man
make
make install DESTDIR=$PKG
}

Generated by cgit