Revert "Makefile: add stub symbol versioning"
This reverts commit 000ff7bf2f.
This commit is contained in:
3
Makefile
3
Makefile
@@ -8,8 +8,7 @@ PKGCONFIGDIR = ${LIBDIR}/pkgconfig
|
||||
XCFLAGS = ${CPPFLAGS} ${CFLAGS} -std=c99 -fPIC -pthread -D_XOPEN_SOURCE=700 \
|
||||
-Wall -Wextra -Wpedantic -Wmissing-prototypes -Wstrict-prototypes \
|
||||
-Wno-unused-parameter
|
||||
XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1 \
|
||||
-Wl,-version-script,libudev.sym
|
||||
XLDFLAGS = ${LDFLAGS} -shared -Wl,-soname,libudev.so.1
|
||||
XARFLAGS = -rc
|
||||
|
||||
OBJ = \
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
LIBUDEV_183 {};
|
||||
Reference in New Issue
Block a user