pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/librfuncs Simplified buildlink3.mk file by remov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d0c15de05d2
branches:  trunk
changeset: 482607:6d0c15de05d2
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat Oct 30 12:30:22 2004 +0000

description:
Simplified buildlink3.mk file by removing lines that attempted to include
the header file <rfuncs.h> through a compiler flag along with some
unnecessary linker flags. This should hopefully resolve pkg/27631,
security/gpgme dies on configure.

diffstat:

 devel/librfuncs/buildlink3.mk |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 146632d7d1e9 -r 6d0c15de05d2 devel/librfuncs/buildlink3.mk
--- a/devel/librfuncs/buildlink3.mk     Sat Oct 30 12:09:12 2004 +0000
+++ b/devel/librfuncs/buildlink3.mk     Sat Oct 30 12:30:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/10/23 12:17:04 shannonjr Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/10/30 12:30:22 shannonjr Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 LIBRFUNCS_BUILDLINK3_MK:=      ${LIBRFUNCS_BUILDLINK3_MK}+
@@ -16,10 +16,6 @@
 .endif # LIBRFUNCS_BUILDLINK3_MK
 
 .include "../../mk/pthread.buildlink3.mk"
-LIBS+= ${BUILDLINK_LDADD.pthread}
 BUILDLINK_LDFLAGS.librfuncs+=  -lrfuncs
-BUILDLINK_LDFLAGS.librfuncs+=  ${PTHREAD_LDFLAGS}
-BUILDLINK_CPPFLAGS.librfuncs+= -include rfuncs.h
-BUILDLINK_CPPFLAGS.librfuncs+= ${PTHREAD_CFLAGS}
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}



Home | Main Index | Thread Index | Old Index