pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/rhash
Module Name: pkgsrc
Committed By: nia
Date: Wed May 15 14:06:40 UTC 2024
Modified Files:
pkgsrc/misc/rhash: Makefile
Log Message:
openssl: Fix build on Linux, pointed out by tnn
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/misc/rhash/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/rhash/Makefile
diff -u pkgsrc/misc/rhash/Makefile:1.23 pkgsrc/misc/rhash/Makefile:1.24
--- pkgsrc/misc/rhash/Makefile:1.23 Tue May 14 14:37:47 2024
+++ pkgsrc/misc/rhash/Makefile Wed May 15 14:06:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2024/05/14 14:37:47 nia Exp $
+# $NetBSD: Makefile,v 1.24 2024/05/15 14:06:39 nia Exp $
DISTNAME= rhash-1.4.4
PKGREVISION= 2
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --enable-openssl
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= --extra-cflags=-I${BUILDLINK_PREFIX.openssl}/include
+CONFIGURE_ARGS+= --extra-ldflags=-L${BUILDLINK_PREFIX.openssl}/lib\ ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib\ ${LDFLAGS:Q}
INSTALL_TARGET= build-install-binary install-man
INSTALL_TARGET+= install-pkg-config install-lib-shared
INSTALL_TARGET+= install-lib-headers
Home |
Main Index |
Thread Index |
Old Index