| [24684] | 1 | Index: ../trunk-jpl/src/wrappers/python/Makefile.am
|
|---|
| 2 | ===================================================================
|
|---|
| 3 | --- ../trunk-jpl/src/wrappers/python/Makefile.am (revision 24661)
|
|---|
| 4 | +++ ../trunk-jpl/src/wrappers/python/Makefile.am (revision 24662)
|
|---|
| 5 | @@ -71,12 +71,12 @@
|
|---|
| 6 | # - On macOC, static linking of binaries is not supported.
|
|---|
| 7 | #
|
|---|
| 8 | if STANDALONE_MODULES
|
|---|
| 9 | -if MAC
|
|---|
| 10 | -AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
|
|---|
| 11 | -else
|
|---|
| 12 | +#if MAC
|
|---|
| 13 | +#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
|
|---|
| 14 | +#else
|
|---|
| 15 | AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
|
|---|
| 16 | endif
|
|---|
| 17 | -endif
|
|---|
| 18 | +#endif
|
|---|
| 19 |
|
|---|
| 20 | AM_LDFLAGS += --no-warnings
|
|---|
| 21 | AM_CXXFLAGS += -D_HAVE_PYTHON_MODULES_ -fPIC
|
|---|
| 22 | Index: ../trunk-jpl/src/wrappers/matlab/Makefile.am
|
|---|
| 23 | ===================================================================
|
|---|
| 24 | --- ../trunk-jpl/src/wrappers/matlab/Makefile.am (revision 24661)
|
|---|
| 25 | +++ ../trunk-jpl/src/wrappers/matlab/Makefile.am (revision 24662)
|
|---|
| 26 | @@ -95,12 +95,12 @@
|
|---|
| 27 | # - On macOC, static linking of binaries is not supported.
|
|---|
| 28 | #
|
|---|
| 29 | if STANDALONE_MODULES
|
|---|
| 30 | -if MAC
|
|---|
| 31 | -AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
|
|---|
| 32 | -else
|
|---|
| 33 | +#if MAC
|
|---|
| 34 | +#AM_LDFLAGS += -Wl,-rpath,'$$ORIGIN'
|
|---|
| 35 | +#else
|
|---|
| 36 | AM_LDFLAGS += -Wl,-static -Wl,--disable-new-dtags -Wl,-rpath,'$$ORIGIN'
|
|---|
| 37 | endif
|
|---|
| 38 | -endif
|
|---|
| 39 | +#endif
|
|---|
| 40 |
|
|---|
| 41 | AM_CXXFLAGS += -D_HAVE_MATLAB_MODULES_ -fPIC
|
|---|
| 42 |
|
|---|