Codebase list tack / a5c6834
Correct setting of DEB_LDFLAGS_MAINT_APPEND to something that works... Samuel Bronson 12 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
22 # Make sure we aren't missing any symbols
3 export DEB_LDFLAGS_MAINT_APPEND = "-Wl,-z,defs"
3 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs
44
55 %:
66 dh ${@} --with autoreconf