diff options
Diffstat (limited to 'net/freeswitch-core-devel/files/patch-build-modmake.rules.in')
-rw-r--r-- | net/freeswitch-core-devel/files/patch-build-modmake.rules.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/freeswitch-core-devel/files/patch-build-modmake.rules.in b/net/freeswitch-core-devel/files/patch-build-modmake.rules.in new file mode 100644 index 000000000000..9157b9688ef7 --- /dev/null +++ b/net/freeswitch-core-devel/files/patch-build-modmake.rules.in @@ -0,0 +1,10 @@ +--- build/modmake.rules.in.orig ++++ build/modmake.rules.in +@@ -42,6 +42,7 @@ + OPENSSL_LIBS=@openssl_LIBS@ + OPENSSL_CFLAGS=@openssl_CFLAGS@ + ++unexport LIBS + LIBS=$(switch_builddir)/libfreeswitch.la + DEFS=@DEFS@ + |