Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 6daa8c0

Browse files
committed
Remove default rpath from pvpy.so
1 parent 56b96b4 commit 6daa8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvpy/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LINK = g++
88
CPPFLAGS = -DNDEBUG -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -I. -I$(QT_ROOT)/mkspecs/default -I$(QT_ROOT)/include/QtCore -I$(QT_ROOT)/include/QtGui -I$(QT_ROOT)/include -I/usr/X11R6/include -I$(QT_ROOT)/include/QtWidgets $(CPP_INCLUDES)
99
CFLAGS = -m64 -pipe -fPIC -O2 -Wall -W -D_REENTRANT
1010
CXXFLAGS = -m64 -pipe -fPIC -O2 -Wall -W -D_REENTRANT -std=c++11
11-
LFLAGS = -shared -Wl,-O1 -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,--version-script=pvpy.exp
11+
LFLAGS = -shared -Wl,-O1 -Wl,--version-script=pvpy.exp
1212
LIBS = -L$(PVWIDGET_LIBDIR) -L$(QT_ROOT)/lib -L/usr/lib/x86_64-linux-gnu -L/usr/X11R6/lib64 -lpvwidget -lQt5Core -lQt5Gui -lXext -lX11 -lm -lpthread
1313
MOC = $(QT_ROOT)/bin/moc
1414
.SUFFIXES: .c .o .cpp .cc .cxx .C

0 commit comments

Comments
 (0)