Use -lmd with -lopie
This commit is contained in:
parent
a441109e27
commit
d921efbb9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54924
4 changed files with 24 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
PORTNAME= wu-ftpd
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/
|
||||
DIST_SUBDIR= wu-ftpd
|
||||
|
|
11
ftp/wu-ftpd+ipv6/files/patch-ar
Normal file
11
ftp/wu-ftpd+ipv6/files/patch-ar
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.in.orig Sat Jul 1 21:42:15 2000
|
||||
+++ configure.in Tue Feb 19 22:39:52 2002
|
||||
@@ -868,7 +870,7 @@
|
||||
fi
|
||||
if test $opie = yes; then
|
||||
AC_DEFINE(OPIE)
|
||||
- LIBS="$LIBS -lopie"
|
||||
+ LIBS="$LIBS -lopie -lmd"
|
||||
fi
|
||||
if test $newcd = yes; then
|
||||
AC_DEFINE(ALTERNATE_CD)
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
PORTNAME= wu-ftpd
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/
|
||||
DIST_SUBDIR= wu-ftpd
|
||||
|
|
11
ftp/wu-ftpd/files/patch-ar
Normal file
11
ftp/wu-ftpd/files/patch-ar
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.in.orig Sat Jul 1 21:42:15 2000
|
||||
+++ configure.in Tue Feb 19 22:39:52 2002
|
||||
@@ -868,7 +870,7 @@
|
||||
fi
|
||||
if test $opie = yes; then
|
||||
AC_DEFINE(OPIE)
|
||||
- LIBS="$LIBS -lopie"
|
||||
+ LIBS="$LIBS -lopie -lmd"
|
||||
fi
|
||||
if test $newcd = yes; then
|
||||
AC_DEFINE(ALTERNATE_CD)
|
Loading…
Reference in a new issue