Lines 153-159
Link Here
|
153 |
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ |
153 |
NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \ |
154 |
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" |
154 |
SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic -Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX" |
155 |
|
155 |
|
156 |
DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)" |
156 |
DO_GNU_APP=LDFLAGS="$(LDFLAGS) $(CFLAGS) -Wl,-rpath,$(LIBRPATH)" |
157 |
|
157 |
|
158 |
#This is rather special. It's a special target with which one can link |
158 |
#This is rather special. It's a special target with which one can link |
159 |
#applications without bothering with any features that have anything to |
159 |
#applications without bothering with any features that have anything to |