remove rpath
authorAnas Nashif <anas.nashif@intel.com>
Mon, 25 Mar 2013 02:28:18 +0000 (19:28 -0700)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 21 Jan 2014 16:43:37 +0000 (17:43 +0100)
Makefile

index 1405a34..4e983fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@ AR        = ar
 ARFLAGS = rcv
 
 SHLD = ${CC} ${CFLAGS}
-LDSHFLAGS = -shared -Wl,-Bsymbolic  -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
-LDFLAGS = -Wl,-rpath -Wl,/usr/lib -Wl,-rpath,/usr/lib
+LDSHFLAGS = -shared -Wl,-Bsymbolic
+LDFLAGS = 
 
 # Set RANLIB to ranlib on systems that require it (Sun OS < 4, Mac OSX)
 # RANLIB  = ranlib