Revert "Makefile: add stub symbol versioning"
This reverts commit 000ff7bf2f.
This commit is contained in:
parent
6651ccc9d6
commit
b8a0b953e6
2 changed files with 1 additions and 3 deletions
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 {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue