It includes a perl module which is installed as Net::Whois::RIPE::RPSL so it has to depend on p5-Net-Whois-RPSL being installed first.
10 lines
221 B
Text
10 lines
221 B
Text
--- Makefile.orig 2005-06-17 14:52:52.000000000 +1000
|
|
+++ Makefile 2005-06-17 14:53:04.000000000 +1000
|
|
@@ -1,5 +1,7 @@
|
|
include Makefile.site
|
|
|
|
+all: $(RIPLIBDIR)/librpsl.a
|
|
+
|
|
$(RIPLIBDIR)/librpsl.a:
|
|
(cd src && make)
|
|
|