mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
12 lines
378 B
Plaintext
12 lines
378 B
Plaintext
--- ./Makefile.in.orig 2015-12-17 14:21:53.131906000 +0200
|
|
+++ ./Makefile.in 2015-12-17 14:23:59.121852000 +0200
|
|
@@ -204,7 +204,7 @@
|
|
$(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ -module \
|
|
$(filter-out local_regex local_zlib local_libmaa, $(^:.o=.lo)) \
|
|
-rpath "${PLUGIN_DIR}" \
|
|
- $(LDFLAGS) $(DBILIB) -ldl
|
|
+ $(LDFLAGS) $(DBILIB)
|
|
|
|
.PHONY: plugins
|
|
plugins: $(PLUGINS)
|