forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
221 B
Bash
6 lines
221 B
Bash
--- make-makelibso.sh.orig Wed Dec 31 21:00:00 1969
|
|
+++ make-makelibso.sh Fri Jun 16 19:32:24 2000
|
|
@@ -0,0 +1,3 @@
|
|
+echo 'main="$1"; shift'
|
|
+echo 'rm -f "$main"'
|
|
+echo $CC '-shared -Wl,-soname,$main -o "$main" ${1+"$@"}'
|