mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 19:54:59 -04:00
17 lines
434 B
Plaintext
17 lines
434 B
Plaintext
$NetBSD: patch-shlr_gdb_Makefile,v 1.1 2015/07/03 16:05:02 khorben Exp $
|
|
|
|
Fix build with --with-syszip
|
|
|
|
--- shlr/gdb/Makefile.orig 2015-04-20 14:52:27.000000000 +0000
|
|
+++ shlr/gdb/Makefile
|
|
@@ -13,7 +13,8 @@ MINOR=1
|
|
LD=$(CC)
|
|
LDFLAGS+=-L${LIBR}/socket -lr_socket
|
|
LDFLAGS+=-L${LIBR}/util -lr_util
|
|
-LDFLAGS+=../zip/librz.a
|
|
+#LDFLAGS+=../zip/librz.a
|
|
+include ../../shlr/zip/deps.mk
|
|
#OSTYPE=windows
|
|
include ../../libr/socket/deps.mk
|
|
|