mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
639 B
Plaintext
16 lines
639 B
Plaintext
$NetBSD: patch-librarian_Makefile.in,v 1.1 2013/02/23 22:17:02 jperkin Exp $
|
|
|
|
Don't use -export-symbols-regex, it breaks non-GNU linkers.
|
|
|
|
--- librarian/Makefile.in.orig 2008-09-01 18:44:56.000000000 +0000
|
|
+++ librarian/Makefile.in
|
|
@@ -239,7 +239,7 @@ librarian_la_SOURCES = rarian.h rarian-m
|
|
rarian-language.h rarian-utils.h rarian-utils.c rarian-info.h \
|
|
rarian-info.c rarian-man.c rarian-man.h $(am__append_1)
|
|
librarian_la_CFLAGS = -DDATADIR=\""$(datadir)"\" -DSYSCONFDIR=\""$(sysconfdir)"\" -DI_KNOW_RARIAN_0_8_IS_UNSTABLE
|
|
-librarian_la_LDFLAGS = -export-symbols-regex "^rrn_.*"
|
|
+librarian_la_LDFLAGS =
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|