diff options
author | des <des@FreeBSD.org> | 2008-02-06 20:33:59 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-02-06 20:33:59 +0000 |
commit | ee907d59aff76187114b99b9243c3e376dc8d71f (patch) | |
tree | a19a68779ab9e2afdab3d03f755a023a4c32b1b1 /lib/libkse/Makefile | |
parent | 03dc3be400b789bf67c284837e606180340cdbc3 (diff) | |
download | FreeBSD-src-ee907d59aff76187114b99b9243c3e376dc8d71f.zip FreeBSD-src-ee907d59aff76187114b99b9243c3e376dc8d71f.tar.gz |
Previous commit had a typo that resulted in symbol versioning being
(silently) disabled for libkse...
Pointy hat to: des
Diffstat (limited to 'lib/libkse/Makefile')
-rw-r--r-- | lib/libkse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index 5400e17..8e002d2 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -42,7 +42,7 @@ WARNS?=3 CFLAGS+=-D_PTHREADS_INVARIANTS -Wall VERSION_DEF=${.CURDIR}/../libc/Versions.def -SYMBOLS_MAP=${.CURDIR}/kse.map +SYMBOL_MAPS=${.CURDIR}/kse.map PRECIOUSLIB= |