mirror of
https://github.com/leonardw/synology-open-vm-tools.git
synced 2025-08-16 17:36:51 +00:00
12 lines
385 B
Diff
12 lines
385 B
Diff
--- configure.orig 2011-05-17 22:54:24.000000000 +0200
|
|
+++ configure 2011-05-17 22:51:35.000000000 +0200
|
|
@@ -7373,7 +7373,7 @@
|
|
fi
|
|
fi
|
|
;;
|
|
- Linux*|GNU*|QNX*) LDSHARED='$(CC) -shared';;
|
|
+ Linux*|GNU*|QNX*) LDSHARED='$(CC) -shared -Wl,-rpath,/usr/local/python26/lib';;
|
|
BSD/OS*/4*) LDSHARED="gcc -shared";;
|
|
FreeBSD*)
|
|
if [ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]
|