pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/deforaos-libsystem



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Dec 22 12:11:33 UTC 2016

Modified Files:
        pkgsrc/devel/deforaos-libsystem: Makefile

Log Message:
deforaos-libsystem: -ldl on linux, for dlopen & friends.
attempt to fix linux builds.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/deforaos-libsystem/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/deforaos-libsystem/Makefile
diff -u pkgsrc/devel/deforaos-libsystem/Makefile:1.15 pkgsrc/devel/deforaos-libsystem/Makefile:1.16
--- pkgsrc/devel/deforaos-libsystem/Makefile:1.15       Fri Feb 19 20:32:04 2016
+++ pkgsrc/devel/deforaos-libsystem/Makefile    Thu Dec 22 12:11:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2016/02/19 20:32:04 khorben Exp $
+# $NetBSD: Makefile,v 1.16 2016/12/22 12:11:32 maya Exp $
 #
 
 DISTNAME=      libSystem-0.3.0
@@ -12,6 +12,8 @@ COMMENT=      DeforaOS core system library
 
 LICENSE=       gnu-lgpl-v3
 
+LDFLAGS.Linux+=        -ldl
+
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 MAKE_FLAGS+=   DESTDIR=${DESTDIR}
 MAKE_FLAGS+=   CFLAGS=${CFLAGS:Q}



Home | Main Index | Thread Index | Old Index