diff options
author | Thierry Vignaud <tv@mageia.org> | 2011-11-21 18:47:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2011-11-21 18:47:30 +0000 |
commit | a36f02c611f46e051fc7a63396623e521a093b12 (patch) | |
tree | 0df20031a434218a68b16b184f15d95740ee8d61 | |
parent | a3987dd5383d2137b559e96fc78f04eb5e1c927a (diff) | |
download | ldetect-a36f02c611f46e051fc7a63396623e521a093b12.tar ldetect-a36f02c611f46e051fc7a63396623e521a093b12.tar.gz ldetect-a36f02c611f46e051fc7a63396623e521a093b12.tar.bz2 ldetect-a36f02c611f46e051fc7a63396623e521a093b12.tar.xz ldetect-a36f02c611f46e051fc7a63396623e521a093b12.zip |
switch back to dynamically linking against libmodprobe
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -21,7 +21,7 @@ build: $(binaries) $(libraries) lspcidrake: lspcidrake.c libldetect.so $(lib_major).$(LIB_MINOR): $(lib_objs) - $(CC) -shared -Wl,-z,relro -Wl,-O1,-soname,$(lib_major) -o $@ $^ -lpci -Wl,-Bstatic -lmodprobe -Wl,-Bdynamic -lz + $(CC) -shared -Wl,-z,relro -Wl,-O1,-soname,$(lib_major) -o $@ $^ -lpci -lmodprobe -lz $(lib_major): $(lib_major).$(LIB_MINOR) ln -sf $< $@ libldetect.so: $(lib_major) @@ -1,5 +1,6 @@ - make sure to behave properly on errors in libmodprobe (#3309) - use saner APIĀ for quieting libmodprobe +- switch back to dynamically linking against libmodprobe Version 0.11.2 - 18 October 2011, Thierry Vignaud |