Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:darix
nmdb
nmdb-0.21_manpath+optflags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nmdb-0.21_manpath+optflags.patch of Package nmdb
Index: libnmdb/Makefile =================================================================== --- libnmdb/Makefile.orig +++ libnmdb/Makefile @@ -4,7 +4,7 @@ ENABLE_TCP = 1 ENABLE_UDP = 1 ENABLE_SCTP = 1 -CFLAGS += -std=c99 -pedantic -Wall -O3 +CFLAGS += -std=c99 -pedantic -Wall -O3 $(OPTFLAGS) ALL_CFLAGS = -D_XOPEN_SOURCE=500 -fPIC $(CFLAGS) ALL_CFLAGS += -DENABLE_TIPC=$(ENABLE_TIPC) \ -DENABLE_TCP=$(ENABLE_TCP) \ @@ -60,8 +60,8 @@ install-lib: libs @echo install-man: - install -d $(PREFIX)/man/man3 - install -m 0644 libnmdb.3 $(PREFIX)/man/man3/ + install -d $(PREFIX)/share/man/man3 + install -m 0644 libnmdb.3 $(PREFIX)/share/man/man3/ install: install-lib install-man Index: nmdb/Makefile =================================================================== --- nmdb/Makefile.orig +++ nmdb/Makefile @@ -8,7 +8,7 @@ ENABLE_SCTP = 1 # Backend to use, can be qdbm, bdb, or null BACKEND = qdbm -CFLAGS += -std=c99 -pedantic -Wall -O3 +CFLAGS += -std=c99 -pedantic -Wall -O3 $(OPTFLAGS) ALL_CFLAGS = -D_XOPEN_SOURCE=500 $(CFLAGS) ALL_CFLAGS += -DENABLE_TIPC=$(ENABLE_TIPC) \ -DENABLE_TCP=$(ENABLE_TCP) \ @@ -90,8 +90,8 @@ install-bin: nmdb install -m 0755 nmdb $(PREFIX)/bin install-man: - install -d $(PREFIX)/man/man1 - install -m 0644 nmdb.1 $(PREFIX)/man/man1/ + install -d $(PREFIX)/share/man/man1 + install -m 0644 nmdb.1 $(PREFIX)/share/man/man1/ install: install-bin install-man
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor