Revision 355d0528 configure
configure | ||
---|---|---|
2307 | 2307 |
nm_opts='-P -g' |
2308 | 2308 |
;; |
2309 | 2309 |
netbsd) |
2310 |
disable symver |
|
2310 | 2311 |
oss_indev_extralibs="-lossaudio" |
2311 | 2312 |
oss_outdev_extralibs="-lossaudio" |
2312 | 2313 |
add_cppflags -D_XOPEN_SOURCE=600 |
... | ... | |
2319 | 2320 |
# (simply quits with exit-code 1, no crash, no output). |
2320 | 2321 |
# Thus explicitly enable PIC here. |
2321 | 2322 |
enable pic |
2323 |
disable symver |
|
2322 | 2324 |
SHFLAGS='-shared' |
2323 | 2325 |
oss_indev_extralibs="-lossaudio" |
2324 | 2326 |
oss_outdev_extralibs="-lossaudio" |
2325 | 2327 |
;; |
2326 |
freebsd|dragonfly) |
|
2328 |
dragonfly) |
|
2329 |
enable malloc_aligned |
|
2330 |
disable symver |
|
2331 |
;; |
|
2332 |
freebsd) |
|
2327 | 2333 |
enable malloc_aligned |
2328 | 2334 |
;; |
2329 | 2335 |
bsd/os) |
Also available in: Unified diff