mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
cleanup old X11R6 directories and generally remove additional dir
This commit is contained in:
parent
88ea3f8589
commit
ad4d7ca0cc
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-03-05 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* target.make
|
||||
netbsd: cleanup old X11R6 directories and generally remove additional dirs
|
||||
|
||||
2017-12-10 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* Master/source-distribution.make
|
||||
|
|
|
@ -703,8 +703,8 @@ SHARED_LIBEXT = .so
|
|||
HAVE_BUNDLES = yes
|
||||
BUNDLE_LD = $(LD)
|
||||
BUNDLE_LDFLAGS += -shared
|
||||
ADDITIONAL_LDFLAGS += -rdynamic -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -Wl,-R/usr/X11R6/lib -L/usr/X11R6/lib
|
||||
ADDITIONAL_INCLUDE_DIRS += -I/usr/pkg/include
|
||||
ADDITIONAL_LDFLAGS += -rdynamic
|
||||
ADDITIONAL_INCLUDE_DIRS +=
|
||||
STATIC_LDFLAGS += -static
|
||||
endif
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue